From 5a2cfa7efbb319d11693bf918bc971d7a093dbb8 Mon Sep 17 00:00:00 2001 From: martinlanghoff Date: Thu, 2 Jun 2005 04:25:36 +0000 Subject: [PATCH] Version bump triggers config_plugin migration for locks and field mapping. --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index aa46956d90f..eece6abb82f 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 = 2005052301; // YYYYMMDD = date + $version = 2005052302; // YYYYMMDD = date // XY = increments within a single day $release = '1.5 Beta'; // Human-friendly version name