From 55a00e1027ec19ce52841348ad6b0854a15f0c21 Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Fri, 19 Mar 2010 17:11:14 +0000 Subject: [PATCH] MDL-21788 string and setting cleanup of session regen, not needed in head where it is always on --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index c0e74074e56..571b1e1dc79 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 = 2010031800; // YYYYMMDD = date of the last version bump + $version = 2010031900; // YYYYMMDD = date of the last version bump // XX = daily increments $release = '2.0 dev (Build: 20100319)'; // Human-friendly version name -- 2.36.1