From d44cab3ee7e316e0a1c5a48c917a79c00cc7ab61 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Sun, 5 Sep 2010 07:15:27 +0000 Subject: [PATCH] Release 2.3RC --- CHANGELOG.txt | 5 +++++ version.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.30.2