From: skodak Date: Thu, 1 May 2008 21:00:24 +0000 (+0000) Subject: MDL-14605 removed all pre 1.9 upgrade code from HEAD core X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=9f43efbf2001c400f80b13a813fb50d160c5cbee;p=moodle.git MDL-14605 removed all pre 1.9 upgrade code from HEAD core --- diff --git a/version.php b/version.php index a4911fe476..b05ab5c973 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 = 2008030700; // YYYYMMDD = date of the last version bump + $version = 2008050100; // YYYYMMDD = date of the last version bump // XX = daily increments $release = '2.0 dev (Build: 20080501)'; // Human-friendly version name