! -> 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
$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";