Bumping version as we move on. I'm also testing the new syncmail script

This commit is contained in:
moodler
2004-11-10 02:10:48 +00:00
parent ffe79bd906
commit e46a0bc728
+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 = 2004083125; // YYYYMMDD = date of first major branch release 1.4
$version = 2004083126; // 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'; // Human-friendly version name
$release = '1.4.2+'; // Human-friendly version name
?>