From b0e8e0cac8fed3c2aba714983833eeb75c0f0890 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Fri, 25 Jul 2008 15:53:34 +0000 Subject: [PATCH] The built version in config.php now shows the last change date of this file (CHANGELOG.txt). --- CHANGELOG.txt | 4 ++++ config.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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"; -- 2.30.2