From de99170f3b4e4b82eaebcd9f0d3c08be6b286d04 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Mon, 8 Dec 2008 14:26:54 +0000 Subject: [PATCH] New release 2.0.6 --- CHANGELOG.txt | 5 +++++ config.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 5561b42..5e20cf6 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,11 @@ Legend: ! -> Note $ -> Affected files +------------------------------- Release 2.0.6 -------------------------------------------- +08-Dec-2008 +! New release 2.0.6 +$ config.php + 05-Dec-2008 Joe Hunt # [0000095] Bad behaviour of routine number_format and round in Windows. $ /gl/includes/gl_db_trans.inc diff --git a/config.php b/config.php index a8c37f4..e4ad1aa 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.5"; + $version = "2.0.6"; // Build for development purposes $build_version = date("d.m.Y", filemtime("$path_to_root/CHANGELOG.txt")); -- 2.30.2