From df1a564fa6edd2288dd38557c8f57ac5aff83ae3 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 7 Nov 2006 09:10:54 +0000 Subject: [PATCH] Bumped to 1.7 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 7118a05167f..c7d86087ab9 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 = 2006101004; // YYYYMMDD = date of the 1.7 branch (don't change) + $version = 2006101007; // YYYYMMDD = date of the 1.7 branch (don't change) // X = release number 1.7.[0,1,2,3...] // Y = micro-increments between releases - $release = '1.7 beta 2'; // Human-friendly version name + $release = '1.7'; // Human-friendly version name ?>