From: moodler Date: Wed, 10 Oct 2007 16:33:04 +0000 (+0000) Subject: Bump to Beta 2 level X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f5f2b7a30a2b223b0fa6735ca242304125cd66e3;p=moodle.git Bump to Beta 2 level --- diff --git a/version.php b/version.php index 8acaa2913a..c03cb6f08b 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 ?>