From 5324cd980a82c5f43266fd5919f1f24d1d15bcf0 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Thu, 30 Apr 2009 13:49:13 +0000 Subject: [PATCH] Release 2.1.2 --- CHANGELOG.txt | 5 +++++ config.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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")); -- 2.30.2