From c51ffe510781f6a84fe0845968a716b6057465a9 Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 5 Nov 2004 03:22:11 +0000 Subject: [PATCH] Drawing a line in the sand at this point. --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index b62edbdba51..ffca01dc6a0 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 = 2004083124; // YYYYMMDD = date of first major branch release 1.4 + $version = 2004083125; // YYYYMMDD = date of first major branch release 1.4 // X = point release version 1,2,3 etc // Y = increments between point releases - $release = '1.4.2 nearly'; // Human-friendly version name + $release = '1.4.2'; // Human-friendly version name ?> -- 2.11.4.GIT