From 5617ed3abec1eb0fcd9dd9401495eddf07e6dade Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Sun, 7 Sep 2008 07:58:42 +0000 Subject: [PATCH] Release 2.0.1 --- CHANGELOG.txt | 5 +++++ config.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 50999c9d..df3531b9 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,11 @@ Legend: ! -> Note $ -> Affected files +------------------------------- Release 2.0.1 -------------------------------------------- +07-Sep-2008 Joe Hunt +! Release 2.0.1 +$ config.php + 05-Sep-2008 Janusz Dobrowolski # Bug [0000046] Sales invoice not working on some php versions (php bug #40509) $ /sales/includes/sales_db.inc diff --git a/config.php b/config.php index 731e26f3..e04fe645 100644 --- a/config.php +++ b/config.php @@ -38,7 +38,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ // Main Title $app_title = "FrontAccounting"; // application version - $version = "2.0"; + $version = "2.0.1"; // Build for development purposes $build_version = date("d.m.Y", filemtime("$path_to_root/CHANGELOG.txt")); -- 2.30.2