From 6449e4a244f5f5c37a200d0a804c11802b89f6ee Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sat, 15 Dec 2007 00:49:53 +0000 Subject: [PATCH] HEAD version bump by delta. Modify some timezone fields to accept new olson files. MDL-12024 --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index c7523a6c8b..f9043a7303 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 = 2007101504; // YYYYMMDD = date + $version = 2007101505; // YYYYMMDD = date // XY = increments within a single day $release = '2.0 dev'; // Human-friendly version name -- 2.39.5