Bumping to final 1.8 release, 1.8.14
This commit is contained in:
+2
-2
@@ -6,13 +6,13 @@
|
||||
// This is compared against the values stored in the database to determine
|
||||
// whether upgrades should be performed (see lib/db/*.php)
|
||||
|
||||
$version = 2007021599.18; // YYYYMMDD = date of the 1.8 branch (don't change)
|
||||
$version = 2007021599.19; // YYYYMMDD = date of the 1.8 branch (don't change)
|
||||
// 99 = we reached a .10 release! (don't change)
|
||||
// .XX = incrementing number.
|
||||
|
||||
// Do not use more than two decimal points as we have
|
||||
// hit the float limit
|
||||
|
||||
$release = '1.8.13+ (Build: 20101203)'; // Human-friendly version name
|
||||
$release = '1.8.14 (Build: 20101203)'; // Human-friendly version name
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user