From 5bdc773f0bb3f962a0a37ecc4647dc4e0d2e64e8 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Fri, 20 Jun 2008 10:34:02 +0000 Subject: [PATCH] 2.0 Release Candidate 2 --- CHANGELOG.txt | 7 +++++++ config.php | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) 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"; -- 2.30.2