From 6c9fe2ae7ebc46a27cd29b5e5f0b8e1f4fdb4d7f Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Tue, 4 Jan 2011 15:20:19 +0000 Subject: [PATCH] Release 2.3.1 --- CHANGELOG.txt | 5 +++++ version.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ca0a7a52..c50fcc65 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,11 @@ Legend: ! -> Note $ -> Affected files +------------------------------- Release 2.3.1 ------------------------------------ +04-Jan-2011 Joe Hunt +! Release 2.3.1 +$ version.php + 04-Jan-2011 Janusz Dobrowolski ! Database host name up to 60 chars allowed. $ /admin/create_coy.php diff --git a/version.php b/version.php index 3e920e54..a3a9b12a 100644 --- a/version.php +++ b/version.php @@ -9,7 +9,7 @@ $db_version = "2.3rc"; // application version - can be overriden in config.php if (!isset($version)) - $version = "2.3.0"; + $version = "2.3.1"; //====================================================================== // Extension packages repository settings -- 2.30.2