Another fix for metacourses (lost auto_increment). This will preserve data.

This commit is contained in:
mjollnir_
2005-02-01 04:47:04 +00:00
parent d897c9c416
commit 8a4e77ae1b
2 changed files with 35 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
// This is compared against the values stored in the database to determine
// whether upgrades should be performed (see lib/db/*.php)
$version = 2005020100; // YYYYMMDD = date of first major branch release 1.4
$version = 2005020101; // YYYYMMDD = date of first major branch release 1.4
// XY = increments within a single day
$release = '1.5 UNSTABLE DEVELOPMENT'; // Human-friendly version name