From: Joe Hunt Date: Thu, 30 Apr 2009 13:49:13 +0000 (+0000) Subject: Release 2.1.2 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=5324cd980a82c5f43266fd5919f1f24d1d15bcf0;p=textcart.git Release 2.1.2 --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index c805bd1..78daa70 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,11 @@ Legend: ! -> Note $ -> Affected files +------------------------------- Release 2.1.1 ---------------------------------- +30-Apr-2009 Joe Hunt +! Release 2.1.2 +$ config.php + 22-Apr-2009 Joe Hunt ! Changed the text 'Supplier Account No' to 'Our Customer No' in Supplier form $ /purchasing/manage/suppliers.php diff --git a/config.php b/config.php index ba1c134..d27448c 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.1"; + $version = "2.1.2"; // Build for development purposes $build_version = date("d.m.Y", filemtime("$path_to_root/CHANGELOG.txt"));