Slight bump to version to correct de-synch (see MDL-8931)
This commit is contained in:
+4
-3
@@ -6,9 +6,10 @@
|
||||
// This is compared against the values stored in the database to determine
|
||||
// whether upgrades should be performed (see lib/db/*.php)
|
||||
|
||||
$version = 2007021403; // YYYYMMDD = date
|
||||
// XY = increments within a single day
|
||||
$version = 2007021500; // YYYYMMDD = date of the 1.8 branch (don't change)
|
||||
// X = release number 1.8.[0,1,2,3...]
|
||||
// Y = micro-increments between releases
|
||||
|
||||
$release = '1.8 Beta +'; // Human-friendly version name
|
||||
$release = '1.8 Beta +';// Human-friendly version name
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user