diff --git a/version.php b/version.php index 2f1ada928f4..47470fdd850 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 = 2010050403; // YYYYMMDD = date of the last version bump + $version = 2010050404; // YYYYMMDD = date of the last version bump // XX = daily increments - $release = '2.0 dev (Build: 20100504)'; // Human-friendly version name + $release = '2.0 Preview 1 (Build: 20100504)'; // Human-friendly version name