From: Joe Hunt Date: Sun, 5 Sep 2010 07:15:27 +0000 (+0000) Subject: Release 2.3RC X-Git-Tag: v2.4.2~19^2~642 X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=d44cab3ee7e316e0a1c5a48c917a79c00cc7ab61 Release 2.3RC --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 861b5257..da37409b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,11 @@ Legend: ! -> Note $ -> Affected files +------------------------------- Release 2.3 RC -------------------------------- +05-Sep-2010 Joe Hunt +! Release 2.3 RC +$ version.php + 04-Sep-2010 Joe Hunt # Fixed installed_extensions.php creation $ /install/index.php diff --git a/version.php b/version.php index 6cf66b20..57637189 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.3RC1"; + $version = "2.3RC"; //====================================================================== // Extension packages repository settings