From d096e0d8b5853bb7e3cfb8893cf26a6323b3e6f3 Mon Sep 17 00:00:00 2001 From: ikawhero Date: Wed, 20 Sep 2006 14:18:37 +0000 Subject: [PATCH] Bump for new tables. See MDL-474 --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 24902c4f25..52babca8ae 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 = 2006091901; // YYYYMMDD = date + $version = 2006092000; // YYYYMMDD = date // XY = increments within a single day $release = '1.7 dev'; // Human-friendly version name -- 2.39.5