From: moodler Date: Tue, 11 Mar 2003 06:04:28 +0000 (+0000) Subject: Whoops, paca70! You accidentally jumped a month forward in the date. :-) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=754b76fe65405d4f811812e6e1766235184c319c;p=moodle.git Whoops, paca70! You accidentally jumped a month forward in the date. :-) We need to increment the version.php file slowly now until time catches up. --- diff --git a/version.php b/version.php index 0721f279a4..192e76bae6 100644 --- a/version.php +++ b/version.php @@ -5,7 +5,7 @@ // database to determine whether upgrades should // be performed (see lib/db/*.php) -$version = 2003032500; // The current version is a date (YYYYMMDDXX) +$version = 2003032600; // The current version is a date (YYYYMMDDXX) $release = "1.0.9 development"; // User-friendly version number