Version bump.

git-svn-id: https://develop.svn.wordpress.org/trunk@803 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2004-01-28 01:52:58 +00:00
parent 48b85fef22
commit b158b9348d
2 changed files with 8 additions and 3 deletions
+7
View File
@@ -0,0 +1,7 @@
<?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';
?>