From: toyomoyo Date: Mon, 10 Apr 2006 06:26:59 +0000 (+0000) Subject: bumping up version to change int(11) to int(10) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=89be4ee2ace093cff7d9777a50ef47080aae86ef;p=moodle.git bumping up version to change int(11) to int(10) --- diff --git a/version.php b/version.php index c68ad30e88..441746e345 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 = 2006040500; // YYYYMMDD = date + $version = 2006041000; // YYYYMMDD = date // XY = increments within a single day $release = '1.6 Beta 2'; // Human-friendly version name