/**
* @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
*/
! -> 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
// 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"));