From: Joe Hunt Date: Tue, 29 Sep 2009 10:27:55 +0000 (+0000) Subject: Final Final release 2.1.6 of the 2.1. series. X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=75081ed13ab2238644cb5f3ccd2f629efb106c52;p=textcart.git Final Final release 2.1.6 of the 2.1. series. --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index b926f6e..0be844b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,10 @@ Legend: ! -> Note $ -> Affected files +------------------------------- Release 2.1.5 ---------------------------------- +! Final Final release of the 2.1. series. +$ config.php + 16-Sep-2009 Joe Hunt # Missing freight tax in Customer Balances Report $ /reporting/rep101.php diff --git a/config.php b/config.php index d0e23cb..6310703 100644 --- a/config.php +++ b/config.php @@ -56,7 +56,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ // Main Title $app_title = "FrontAccounting"; // application version - $version = "2.1.5"; + $version = "2.1.6"; // Build for development purposes $build_version = date("d.m.Y", filemtime("$path_to_root/CHANGELOG.txt"));