From 545196c55f7b54dc0ca9ffaca6398020c0dcf610 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Thu, 31 Aug 2006 19:42:22 +0000 Subject: [PATCH] course->modinfo nullable and no default --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5