From 1332e4b56215e1cdbafeb963e93a6cd6e93df2bb Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Fri, 3 Sep 2010 19:05:05 +0000 Subject: [PATCH] MDL-23308 bumping main version in order to reset lang caches --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 2e17d73e682..b7e5c968482 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 = 2010082600; // YYYYMMDD = date of the last version bump + $version = 2010090300; // YYYYMMDD = date of the last version bump // XX = daily increments $release = '2.0 Preview 4+ (Build: 20100903)'; // Human-friendly version name