New release 2.0.6
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Mon, 8 Dec 2008 14:26:54 +0000 (14:26 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Mon, 8 Dec 2008 14:26:54 +0000 (14:26 +0000)
CHANGELOG.txt
config.php

index 5561b425dcf4acf08d8d74711215ba770cbd3cf3..5e20cf645f0bc4a52523468928623b11e61ed287 100644 (file)
@@ -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
index a8c37f498c641e3b7cb91e61c9ad0a40b56d0abd..e4ad1aaf06af45bec44a94483a092e03e3708082 100644 (file)
@@ -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"));