diff --git a/version.php b/version.php index c0e74074e56..571b1e1dc79 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 = 2010031800; // YYYYMMDD = date of the last version bump + $version = 2010031900; // YYYYMMDD = date of the last version bump // XX = daily increments $release = '2.0 dev (Build: 20100319)'; // Human-friendly version name