From 7bcc984e9831707a3f6f3af23095faec95489645 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Thu, 9 Dec 2010 12:45:57 +0000 Subject: [PATCH] Release 2.3.0 --- CHANGELOG.txt | 5 +++++ version.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 37cd871e..c1a63270 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,11 @@ Legend: ! -> Note $ -> Affected files +------------------------------- Release 2.3 ------------------------------------ +00-Dec-2010 Joe Hunt +! Release 2.3.0 +$ version.php + 08-Dec-2010 Janusz Dobrowolski + Debug backtace on all errors when go_debug is set to 2 $ /includes/errors.inc diff --git a/version.php b/version.php index 0ea01e22..3e920e54 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.3RC3"; + $version = "2.3.0"; //====================================================================== // Extension packages repository settings -- 2.30.2