From 8fcc4de423d17347b2a2a21eeef56000030636a7 Mon Sep 17 00:00:00 2001 From: Martin Dougiamas Date: Fri, 3 Dec 2010 07:11:02 +0000 Subject: [PATCH] Bumping to final 1.8 release, 1.8.14 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 368180a521b..e5b52986210 100644 --- a/version.php +++ b/version.php @@ -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 ?>