Release 2.1.0 beta 2
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Sun, 15 Feb 2009 00:04:49 +0000 (00:04 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Sun, 15 Feb 2009 00:04:49 +0000 (00:04 +0000)
CHANGELOG.txt
config.php

index afced45a86af55e42142fa2d6a757ffa60373a13..e1a24facef29c4d0a672adce4086febeb6780236 100644 (file)
@@ -19,6 +19,11 @@ Legend:
 ! -> Note
 $ -> Affected files
 
+------------------------------- Release 2.1.0 beta 2 -------------------------------------------
+15-Feb-2009 Joe Hunt
+! Release 2.1.0 beta 2
+$ config.php
+
 14-Feb-2009 Janusz Dobrowolski
 # Removed obsolete bank_trans field
 $ /sql/alter2.1.sql
index f529ded4a18dc54ee772de1f2f2afdbb81ace87e..07dbc8f6c348093979e8695f05daadb129679397 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 beta";
+       $version                = "2.1.0 beta 2";
 
        // Build for development purposes
        $build_version  = date("d.m.Y", filemtime("$path_to_root/CHANGELOG.txt"));