From: moodlerobot Date: Wed, 5 Mar 2008 05:51:01 +0000 (+0000) Subject: Updated the HEAD build version to 20080305 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=037a40f7dd7406ab26e394a86e98679718c0b992;p=moodle.git Updated the HEAD build version to 20080305 --- diff --git a/version.php b/version.php index ee7d122623..4ec03ecbf3 100644 --- a/version.php +++ b/version.php @@ -6,10 +6,9 @@ // This is compared against the values stored in the database to determine // whether upgrades should be performed (see lib/db/*.php) - $version = 2007101509; // YYYYMMDD = date of the 1.9 branch (don't change) - // X = release number 1.9.[0,1,2,3...] - // Y.YY = micro-increments between releases + $version = 2008030500; // YYYYMMDD = date of the last version bump + // XX = daily increments - $release = '2.0 dev'; // Human-friendly version name + $release = '2.0 dev (Build: 20080305)'; // Human-friendly version name ?>