MDL-22015 Committing Petr's improvement of core_string_manager disk cache

Version bump needed so that the cache is cleared on upgrade. Cached
files are now valid PHP files instead of fetching them into string and
running eval(). Credit goes to skodak.
This commit is contained in:
David Mudrak
2010-05-24 14:53:34 +00:00
parent c72fc30cde
commit 03c7d2dc89
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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 = 2010052200; // YYYYMMDD = date of the last version bump
$version = 2010052400; // YYYYMMDD = date of the last version bump
// XX = daily increments
$release = '2.0 Preview 2 (Build: 20100524)'; // Human-friendly version name