From e216127ee65c26cbe3f491f396b316d24bf24d43 Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 11 Jan 2008 14:43:20 +0000 Subject: [PATCH] Bumped to 1.6.6 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 11662847ec1..3bfac6b6442 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 = 2006050550; // YYYYMMDD = date of the 1.6 branch (don't change) + $version = 2006050560; // YYYYMMDD = date of the 1.6 branch (don't change) // X = release number 1.6.[0,1,2,3...] // Y = micro-increments between releases - $release = '1.6.5 +'; // Human-friendly version name + $release = '1.6.6'; // Human-friendly version name ?>