From 75081ed13ab2238644cb5f3ccd2f629efb106c52 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Tue, 29 Sep 2009 10:27:55 +0000 Subject: [PATCH] Final Final release 2.1.6 of the 2.1. series. --- CHANGELOG.txt | 4 ++++ config.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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")); -- 2.30.2