From 81267fcb15a3d08795b0cde07459286bb0631348 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Fri, 21 Sep 2007 08:53:22 +0000 Subject: [PATCH] Bump. Now we are using a permanent temp table. MDL-11347 --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 59cb587875..1c20e51ac0 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 = 2007092000; // YYYYMMDD = date + $version = 2007092001; // YYYYMMDD = date // XY = increments within a single day $release = '1.9 Beta +'; // Human-friendly version name -- 2.39.5