From: Joe Hunt Date: Tue, 4 Jan 2011 15:20:19 +0000 (+0000) Subject: Release 2.3.1 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=a7b92e70e2a9187003a69fb8265177accd39245e;p=textcart.git Release 2.3.1 --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ca0a7a5..c50fcc6 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 3e920e5..a3a9b12 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