The built version in config.php now shows the last change date of this file (CHANGELO...
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Fri, 25 Jul 2008 15:53:34 +0000 (15:53 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Fri, 25 Jul 2008 15:53:34 +0000 (15:53 +0000)
CHANGELOG.txt
config.php

index b4820e986696063754e5a09af5f106a1c20cab6e..8db3a8792f7f797fc5cfeeddcd989363aa5c69a9 100644 (file)
@@ -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
index 85d480deb4faace2a26977eb26bd392ec2f6aa05..a860cf8289e3ad8e7130327db74c1b71ee671c89 100644 (file)
@@ -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";