From: Joe Hunt Date: Wed, 18 Mar 2009 08:57:18 +0000 (+0000) Subject: Release 2.1 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=633ec678de0fb96fc60b76ac2ad1b8affebdf4aa;p=textcart.git Release 2.1 --- 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"));