Bumping to distinguish this from the Beta release
authormoodler <moodler>
Thu, 16 Aug 2007 06:50:23 +0000 (06:50 +0000)
committermoodler <moodler>
Thu, 16 Aug 2007 06:50:23 +0000 (06:50 +0000)
version.php

index 432f9aea3eeca06bffd0270cabca873d966b613b..6535d5b0f65ff6e0baa843dc7bc0c885c80edea1 100644 (file)
@@ -6,9 +6,9 @@
 // This is compared against the values stored in the database to determine
 // whether upgrades should be performed (see lib/db/*.php)
 
-    $version = 2007081500;  // YYYYMMDD = date
+    $version = 2007081600;  // YYYYMMDD = date
                             //       XY = increments within a single day
 
-    $release = '1.9 Beta';   // Human-friendly version name
+    $release = '1.9 Beta +';   // Human-friendly version name
 
 ?>