Let's call it this, tomorrow. :-)

This commit is contained in:
moodler
2006-03-29 18:52:42 +00:00
parent cc6b0be44b
commit 353bbad47a
+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 = 2006032800; // YYYYMMDD = date
$version = 2006032900; // YYYYMMDD = date
// XY = increments within a single day
$release = '1.6 development'; // Human-friendly version name
$release = '1.6 Beta 1'; // Human-friendly version name
?>