From 633ec678de0fb96fc60b76ac2ad1b8affebdf4aa Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Wed, 18 Mar 2009 08:57:18 +0000 Subject: [PATCH] Release 2.1 --- CHANGELOG.txt | 5 +++++ config.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f0ae2ec..560c746 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,11 @@ Legend: ! -> Note $ -> Affected files +------------------------------- Release 2.1 ---------------------------------------------------- +18-Mar-2009 Joe Hunt +! Release 2.1 +$ config.php + 16-Mar-2009 Janusz Dobrowolski # Fixed redirection after order cancelation. $ /sales/sales_order_entry.php diff --git a/config.php b/config.php index 4b64228..92a2135 100644 --- a/config.php +++ b/config.php @@ -46,7 +46,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ // Main Title $app_title = "FrontAccounting"; // application version - $version = "2.1.0 RC"; + $version = "2.1"; // Build for development purposes $build_version = date("d.m.Y", filemtime("$path_to_root/CHANGELOG.txt")); -- 2.30.2