From 8da2e59c00402f9cdf250ba1f06f82a02fbce063 Mon Sep 17 00:00:00 2001 From: nicolasconnault Date: Thu, 5 Jul 2007 05:16:09 +0000 Subject: [PATCH] Bumping the version for new admin settings. --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index f7d5fbe220..db90d3afc2 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 = 2007070300; // YYYYMMDD = date + $version = 2007070500; // YYYYMMDD = date // XY = increments within a single day $release = '1.9 dev'; // Human-friendly version name -- 2.39.5