From 1f5c4ad105d0adcd0eaac55f3cad0ee66d5d1c93 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Mon, 8 Oct 2007 16:33:49 +0000 Subject: [PATCH] Bump. MDL-11605 --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 132c26a3ab..21c7e2a1f1 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 = 2007100801; // YYYYMMDD = date + $version = 2007100802; // YYYYMMDD = date // XY = increments within a single day $release = '1.9 Beta +'; // Human-friendly version name -- 2.39.5