Release 2.1
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Wed, 18 Mar 2009 08:57:18 +0000 (08:57 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Wed, 18 Mar 2009 08:57:18 +0000 (08:57 +0000)
CHANGELOG.txt
config.php

index f0ae2ec8b172ec131ea829a4a846e49735b6e1af..560c7462f9ac5b60d65563bc269b43af08d30fb9 100644 (file)
@@ -19,6 +19,11 @@ Legend:
 ! -> Note
 $ -> Affected files
 
+------------------------------- Release 2.1 ----------------------------------------------------
+18-Mar-2009 Joe Hunt
+! Release 2.1
+$ config.php
+
 16-Mar-2009 Janusz Dobrowolski
 # Fixed redirection after order cancelation.
 $ /sales/sales_order_entry.php
index 4b6422865d83acd8d7020300b15f88435d225447..92a2135270c49fa801fbe5cf9702ece25926a108 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.0 RC";
+       $version                = "2.1";
 
        // Build for development purposes
        $build_version  = date("d.m.Y", filemtime("$path_to_root/CHANGELOG.txt"));