New release 2.0.7
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Tue, 3 Feb 2009 09:25:24 +0000 (09:25 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Tue, 3 Feb 2009 09:25:24 +0000 (09:25 +0000)
CHANGELOG.txt
config.php

index c4df5ea77aeea6881aff636be3e196bf18b828f3..d99c67cc030052ea987117becd12cd1b5244cb6f 100644 (file)
@@ -1,7 +1,7 @@
 /**
 * @version $Id$
 * @package FrontAccounting
-* @copyright (C) 2005 - 2008 FrontAccounting
+* @copyright (C) 2005 - 2009 FrontAccounting
 * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
 * FrontAccounting is Free Software
 */
@@ -19,6 +19,11 @@ Legend:
 ! -> Note
 $ -> Affected files
 
+------------------------------- Release 2.0.7 --------------------------------------------
+03-Feb-2009 Joe Hunt
+! New release 2.0.7
+$ config.php
+
 22-Jan-2009 Joe Hunt
 # Bug [0000112] It shows invoices as overdue still (in red), even though its been payed and allocated. 
 $ /sales/inquiry/customer_inquiry.php
index e4ad1aaf06af45bec44a94483a092e03e3708082..a465b10ddfa4499a3bebb980018ead7f6953c8c0 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.6";
+       $version                = "2.0.7";
 
        // Build for development purposes
        $build_version  = date("d.m.Y", filemtime("$path_to_root/CHANGELOG.txt"));