Preparing for RC 1
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Sun, 8 Jun 2008 10:25:05 +0000 (10:25 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Sun, 8 Jun 2008 10:25:05 +0000 (10:25 +0000)
config.php

index 36722df83a2b62b60d13156c9bc6422d6260c721..7a534758610004d09341ed4d9cbd68feae656c65 100644 (file)
@@ -38,10 +38,10 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_
        // Main Title
        $app_title = "FrontAccounting";
        // application version
-       $version                = "2.0 Beta";
+       $version                = "2.0 Release Candidate 1";
 
        // Build for development purposes
-       $build_version  = "23";
+       $build_version  = "145";
 
        // Powered by
        $power_by               = "FrontAccounting";