Upgrade path for MDL-13060.

This commit is contained in:
scyrma
2008-01-29 05:48:53 +00:00
parent 23c58c6375
commit a8a80afccd
2 changed files with 15 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 = 2006101040; // YYYYMMDD = date of the 1.7 branch (don't change)
$version = 2006101041; // YYYYMMDD = date of the 1.7 branch (don't change)
// X = release number 1.7.[0,1,2,3...]
// Y = micro-increments between releases