Release 2.1.2
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Thu, 30 Apr 2009 13:49:13 +0000 (13:49 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Thu, 30 Apr 2009 13:49:13 +0000 (13:49 +0000)
CHANGELOG.txt
config.php

index c805bd1b83d2ee85159078669c2509e26ac9af65..78daa70fc45d6c7b6aa3950d4e8caf4a87fac79b 100644 (file)
@@ -19,6 +19,11 @@ Legend:
 ! -> Note
 $ -> Affected files
 
+------------------------------- Release 2.1.1 ----------------------------------
+30-Apr-2009 Joe Hunt
+! Release 2.1.2
+$ config.php
+
 22-Apr-2009 Joe Hunt
 ! Changed the text 'Supplier Account No' to 'Our Customer No' in Supplier form
 $ /purchasing/manage/suppliers.php
index ba1c13413de97e483e4f1f8acc4e3222cae8c87d..d27448c2e6678cb39d19b7b00fbfb88c0a54b715 100644 (file)
@@ -46,7 +46,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_
        // Main Title
        $app_title = "FrontAccounting";
        // application version
-       $version                = "2.1.1";
+       $version                = "2.1.2";
 
        // Build for development purposes
        $build_version  = date("d.m.Y", filemtime("$path_to_root/CHANGELOG.txt"));