Wordpress/wp-includes/version.php
Matt Mullenweg b158b9348d Version bump.
git-svn-id: https://develop.svn.wordpress.org/trunk@803 602fd350-edb4-49c9-b593-d223f7449a82
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';
?>