MDL-8605 putting versions in sync between 1.9 and head

This commit is contained in:
nicolasconnault
2007-10-15 05:18:09 +00:00
parent bee3222be8
commit ec74fb3501
2 changed files with 2 additions and 2 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 = 2007101100; // YYYYMMDD = date of the 1.9 branch (don't change)
$version = 2007101500; // YYYYMMDD = date of the 1.9 branch (don't change)
// X = release number 1.9.[0,1,2,3...]
// Y = micro-increments between releases