Release 2.0.1
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Sun, 7 Sep 2008 07:58:42 +0000 (07:58 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Sun, 7 Sep 2008 07:58:42 +0000 (07:58 +0000)
CHANGELOG.txt
config.php

index 50999c9d10d5d5fb72fb12e879c1dcb27c0c452e..df3531b9dc779ba8b9680412a924fa2d5c7fca06 100644 (file)
@@ -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
index 731e26f3aaf586121c1e1ea526a73124329ed6bc..e04fe6457fd485168cc0a648ce04097131bc9791 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";
+       $version                = "2.0.1";
 
        // Build for development purposes
        $build_version  = date("d.m.Y", filemtime("$path_to_root/CHANGELOG.txt"));