From 07728bfaeeac009fd95d03560ef18c2a88acd788 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Sun, 9 Oct 2011 00:56:48 +0200 Subject: [PATCH] Moodle release 1.9.14 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 2d8c5e70f2c..5814370ac52 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 = 2007101591.05; // YYYYMMDD = date of the 1.9 branch (don't change) + $version = 2007101591.06; // YYYYMMDD = date of the 1.9 branch (don't change) // X = release number 1.9.[0,1,2,3,4,5...] // Y.YY = micro-increments between releases - $release = '1.9.13+ (Build: 20111007)'; // Human-friendly version name + $release = '1.9.14 (Build: 20111010)'; // Human-friendly version name ?> -- 2.11.4.GIT