WordPress/wp-includes/version.php
saxmatt 14ede25eb5 Version bump.
git-svn-id: http://svn.automattic.com/wordpress/trunk@803 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-28 01:52:58 +00:00

7 lines
141 B
PHP

<?php
// This just holds the version number, in a seperate file so we can bump it without cluttering the CVS
$wp_version = '1.1-alpha';
?>