From 65d75e1ba0d0359167beb6cb8db055b19a6d5083 Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 15 May 2009 09:40:59 +0000 Subject: [PATCH] Bumping version for 1.8.9 release. Thinking we might have to go to x.x.10 for the first time with this branch! --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 853d0d77b66..8daa6530c2f 100644 --- a/version.php +++ b/version.php @@ -6,10 +6,10 @@ // This is compared against the values stored in the database to determine // whether upgrades should be performed (see lib/db/*.php) - $version = 2007021581; // YYYYMMDD = date of the 1.8 branch (don't change) + $version = 2007021590; // 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.8+ (Build: 20090515)'; // Human-friendly version name + $release = '1.8.9 (Build: 20090515)'; // Human-friendly version name ?> -- 2.11.4.GIT