From: stronk7 Date: Thu, 31 Aug 2006 19:42:22 +0000 (+0000) Subject: course->modinfo nullable and no default X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=545196c55f7b54dc0ca9ffaca6398020c0dcf610;p=moodle.git course->modinfo nullable and no default --- diff --git a/version.php b/version.php index 8aade5b355..940ecfbf82 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 = 2006083003; // YYYYMMDD = date + $version = 2006083100; // YYYYMMDD = date // XY = increments within a single day $release = '1.7 dev'; // Human-friendly version name