Drawing a line in the sand at this point.

This commit is contained in:
moodler
2004-11-05 03:22:11 +00:00
parent b60003a832
commit e84addab47
+2 -2
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 = 2004083124; // YYYYMMDD = date of first major branch release 1.4
$version = 2004083125; // YYYYMMDD = date of first major branch release 1.4
// X = point release version 1,2,3 etc
// Y = increments between point releases
$release = '1.4.2 nearly'; // Human-friendly version name
$release = '1.4.2'; // Human-friendly version name
?>