From: Joe Hunt Date: Fri, 20 Jun 2008 10:34:02 +0000 (+0000) Subject: 2.0 Release Candidate 2 X-Git-Tag: v2.4.2~19^2~1988 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=5bdc773f0bb3f962a0a37ecc4647dc4e0d2e64e8;p=fa-stable.git 2.0 Release Candidate 2 --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 6f48fb02..9a925e1d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,13 @@ Legend: ! -> Note $ -> Affected files + +---------------------------------------Release Candidate 2------------------------------- +20-Jun-2008 Joe Hunt +! 2.0 Release Candidate 2 +$ config.php + update.html + 20-Jun-2008 Joe Hunt ! In reorder_level.php the heading gets updated as well $ /inventory/reorder_level.php diff --git a/config.php b/config.php index 7a534758..85d480de 100644 --- a/config.php +++ b/config.php @@ -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 Release Candidate 1"; + $version = "2.0 RC2"; // Build for development purposes - $build_version = "145"; + $build_version = "191"; // Powered by $power_by = "FrontAccounting";