From f37e86cc731c56eecb1c7fe456e6bd9e1e79cffb Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 10 Nov 2004 02:22:30 +0000 Subject: [PATCH] Bumping up the number. Main reason is that I'm testing CVS mail --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index fb22728f0c..c06cdd3593 100644 --- a/version.php +++ b/version.php @@ -6,7 +6,7 @@ // This is compared against the values stored in the database to determine // whether upgrades should be performed (see lib/db/*.php) - $version = 2004110200; // YYYYMMDD = date of first major branch release 1.4 + $version = 2004111000; // YYYYMMDD = date of first major branch release 1.4 // XY = increments within a single day $release = '1.5 UNSTABLE DEVELOPMENT'; // Human-friendly version name -- 2.39.5