From 1ab172856da0bb04075f46036eabbc18bcdf2ef4 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Tue, 11 Nov 2008 19:13:41 +0000 Subject: [PATCH] MDL-17143 Bump version to force new profilesforenrolledusersonly setting ; merged from 19_STABLE --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index a5d8094b9b6..da6073f124a 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 = 2008110603; // YYYYMMDD = date of the last version bump + $version = 2008111100; // YYYYMMDD = date of the last version bump // XX = daily increments $release = '2.0 dev (Build: 20081111)'; // Human-friendly version name