From: Joe Hunt Date: Tue, 4 Jan 2011 15:20:19 +0000 (+0000) Subject: Release 2.3.1 X-Git-Tag: 2.3-final~830 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=6c9fe2ae7ebc46a27cd29b5e5f0b8e1f4fdb4d7f;p=fa-stable.git Release 2.3.1 --- 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