Final Final release 2.1.6 of the 2.1. series.
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Tue, 29 Sep 2009 10:27:55 +0000 (10:27 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Tue, 29 Sep 2009 10:27:55 +0000 (10:27 +0000)
CHANGELOG.txt
config.php

index b926f6ee89107d65d6c193cd1ed4c660514e679a..0be844b6e85124767dd97df344c78457c24ed798 100644 (file)
@@ -19,6 +19,10 @@ Legend:
 ! -> Note
 $ -> Affected files
 
+------------------------------- Release 2.1.5 ----------------------------------
+! Final Final release of the 2.1. series.
+$ config.php
+
 16-Sep-2009 Joe Hunt
 # Missing freight tax in Customer Balances Report
 $ /reporting/rep101.php
index d0e23cbd7f971d7fc091c5c947a7a6745363f6c8..63107030cd23979389489e1fd90787fccd31c59c 100644 (file)
@@ -56,7 +56,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_
        // Main Title
        $app_title = "FrontAccounting";
        // application version
-       $version                = "2.1.5";
+       $version                = "2.1.6";
 
        // Build for development purposes
        $build_version  = date("d.m.Y", filemtime("$path_to_root/CHANGELOG.txt"));