From 78a5d54391ab8e61e3ead199c3531b12b8d72ea9 Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 8 Oct 2004 16:20:11 +0000 Subject: [PATCH] Bump the version since installation actually works now. :-) --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index bc5f9f308f..21d4be4560 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 = 2004093001; // YYYYMMDD = date of first major branch release 1.4 + $version = 2004100800; // 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