From e045c2587315640853272bfe2aa71db9759b1d6e Mon Sep 17 00:00:00 2001 From: moodlerobot Date: Wed, 15 Oct 2008 16:52:54 +0000 Subject: [PATCH] Bumped to 1.7.6 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index c706c0f64db..ca6a728ae99 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 = 2006101050; // YYYYMMDD = date of the 1.7 branch (don't change) + $version = 2006101060; // 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.5+'; // Human-friendly version name + $release = '1.7.6'; // Human-friendly version name ?> -- 2.11.4.GIT