From 9f43efbf2001c400f80b13a813fb50d160c5cbee Mon Sep 17 00:00:00 2001 From: skodak Date: Thu, 1 May 2008 21:00:24 +0000 Subject: [PATCH] MDL-14605 removed all pre 1.9 upgrade code from HEAD core --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index a4911fe476..b05ab5c973 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 = 2008030700; // YYYYMMDD = date of the last version bump + $version = 2008050100; // YYYYMMDD = date of the last version bump // XX = daily increments $release = '2.0 dev (Build: 20080501)'; // Human-friendly version name -- 2.39.5