diff --git a/version.php b/version.php index 8acaa2913a0..c03cb6f08b5 100644 --- a/version.php +++ b/version.php @@ -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 = 2007100903; // YYYYMMDD = date + $version = 2007101000; // YYYYMMDD = date // XY = increments within a single day - $release = '1.9 Beta +'; // Human-friendly version name + $release = '1.9 Beta 2'; // Human-friendly version name ?>