From 044233864f5e820cb4c304fa71cef361d656339f Mon Sep 17 00:00:00 2001 From: Martin Dougiamas Date: Fri, 9 Jul 2010 04:30:51 +0000 Subject: [PATCH] bumping to reset caches --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index fb3b2b53664..5ccd6661898 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 = 2010070900; // YYYYMMDD = date of the last version bump + $version = 2010070901; // YYYYMMDD = date of the last version bump // XX = daily increments $release = '2.0 Preview 4+ (Build: 20100709)'; // Human-friendly version name