diff --git a/version.php b/version.php index 909f120043cf6..6718f6a323634 100644 --- a/version.php +++ b/version.php @@ -6,8 +6,8 @@ // This is compared against the values stored in the database to determine // whether upgrades should be performed (see lib/db/*.php) - $version = 2010070604; // YYYYMMDD = date of the last version bump + $version = 2010070700; // YYYYMMDD = date of the last version bump // XX = daily increments - $release = '2.0 Preview 4 (Build: 20100707)'; // Human-friendly version name + $release = '2.0 Preview 4+ (Build: 20100707)'; // Human-friendly version name