Bumping to 1.9.8 release

This commit is contained in:
Martin Dougiamas
2010-03-25 04:11:28 +00:00
parent 6a8797fae6
commit e8b69578da
+4 -4
View File
@@ -6,10 +6,10 @@
// This is compared against the values stored in the database to determine
// whether upgrades should be performed (see lib/db/*.php)
$version = 2007101571.05; // YYYYMMDD = date of the 1.9 branch (don't change)
// X = release number 1.9.[0,1,2,3,4,5...]
// Y.YY = micro-increments between releases
$version = 2007101580.00; // YYYYMMDD = date of the 1.9 branch (don't change)
// X = release number 1.9.[0,1,2,3,4,5...]
// Y.YY = micro-increments between releases
$release = '1.9.7+ (Build: 20100325)'; // Human-friendly version name
$release = '1.9.8 (Build: 20100325)'; // Human-friendly version name
?>