From: moodler Date: Fri, 8 Oct 2004 16:20:11 +0000 (+0000) Subject: Bump the version since installation actually works now. :-) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=78a5d54391ab8e61e3ead199c3531b12b8d72ea9;p=moodle.git Bump the version since installation actually works now. :-) --- diff --git a/version.php b/version.php index bc5f9f308f..21d4be4560 100644 --- a/version.php +++ b/version.php @@ -6,7 +6,7 @@ // This is compared against the values stored in the database to determine // whether upgrades should be performed (see lib/db/*.php) - $version = 2004093001; // YYYYMMDD = date of first major branch release 1.4 + $version = 2004100800; // YYYYMMDD = date of first major branch release 1.4 // XY = increments within a single day $release = '1.5 UNSTABLE DEVELOPMENT'; // Human-friendly version name