Updating to 1.7 Beta

This commit is contained in:
moodler
2006-10-10 06:21:59 +00:00
parent 328af436b4
commit 4139c81ab8
+2 -2
View File
@@ -6,9 +6,9 @@
// This is compared against the values stored in the database to determine
// whether upgrades should be performed (see lib/db/*.php)
$version = 2006100601; // YYYYMMDD = date
$version = 2006101000; // YYYYMMDD = date
// XY = increments within a single day
$release = '1.7 dev'; // Human-friendly version name
$release = '1.7 beta'; // Human-friendly version name
?>