From 5f087294bfdcef75f58d49d76ca73e0641d492de Mon Sep 17 00:00:00 2001 From: nicolasconnault Date: Fri, 6 Jul 2007 02:51:58 +0000 Subject: [PATCH] MDL-10210 2 bumping the version for new preferences --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 973d3610b8..c087f53e4c 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 = 2007070501; // YYYYMMDD = date + $version = 2007070600; // YYYYMMDD = date // XY = increments within a single day $release = '1.9 dev'; // Human-friendly version name -- 2.39.5