From 83ba7d00241ac8a53b0072010f84da8349e28c42 Mon Sep 17 00:00:00 2001 From: Martin Dougiamas Date: Mon, 12 Jul 2010 08:27:27 +0000 Subject: [PATCH] Bump to today --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index dd53a0b85b7..ef0dfcc58dd 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 = 2010071101; // YYYYMMDD = date of the last version bump + $version = 2010071200; // YYYYMMDD = date of the last version bump // XX = daily increments $release = '2.0 Preview 4+ (Build: 20100712)'; // Human-friendly version name