From: Joe Hunt Date: Sun, 7 Sep 2008 07:58:42 +0000 (+0000) Subject: Release 2.0.1 X-Git-Tag: 2.3-final~1473 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=5617ed3abec1eb0fcd9dd9401495eddf07e6dade;p=fa-stable.git Release 2.0.1 --- 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"));