Seccurity release 2.1.7. We strongly encourage to update to this release.
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Fri, 16 Oct 2009 10:06:40 +0000 (10:06 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Fri, 16 Oct 2009 10:06:40 +0000 (10:06 +0000)
CHANGELOG.txt
config.php

index 7ae369530776412207524da1cc6035e23a0109aa..647dad6b086ae69df878b71cec6902aa5c38cbe4 100644 (file)
@@ -19,6 +19,11 @@ Legend:
 ! -> Note
 $ -> Affected files
 
+------------------------------- Release 2.1.7 ----------------------------------
+! Seccurity release 2.1.7. We strongly encourage to update to this release.
+16-ock-2009 Joe Hunt
+$ config.php
+
 15-Oct-2009 Joe Hunt
 # Security sql statements update against sql injection attacks.
 $ /reporting/rep101.php
index 63107030cd23979389489e1fd90787fccd31c59c..7ab4f10f267b1f829a044655f192f042dfdd48a0 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.6";
+       $version                = "2.1.7";
 
        // Build for development purposes
        $build_version  = date("d.m.Y", filemtime("$path_to_root/CHANGELOG.txt"));