From: Joe Hunt Date: Fri, 25 Jul 2008 15:53:34 +0000 (+0000) Subject: The built version in config.php now shows the last change date of this file (CHANGELO... X-Git-Tag: v2.4.2~19^2~1887 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=b0e8e0cac8fed3c2aba714983833eeb75c0f0890;p=fa-stable.git The built version in config.php now shows the last change date of this file (CHANGELOG.txt). --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index b4820e98..8db3a879 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,10 @@ Legend: ! -> Note $ -> Affected files +25-jul-2008 Joe Hunt +! The built version in config.php now shows the last change date of this file (CHANGELOG.txt). +$ config.php + 25-Jul-2008 Joe Hunt # Missing GL transactions when producing advanced manufacturing [0000032]. $ /manufacturing/includes/db/work_order_produce_items_db.inc diff --git a/config.php b/config.php index 85d480de..a860cf82 100644 --- a/config.php +++ b/config.php @@ -41,7 +41,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ $version = "2.0 RC2"; // Build for development purposes - $build_version = "191"; + $build_version = date("d.m.Y", filemtime("$path_to_root/CHANGELOG.txt")); // Powered by $power_by = "FrontAccounting";