summaryrefslogtreecommitdiff |
diff options
author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-06-26 21:57:10 +0200 |
---|---|---|
committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-06-26 21:57:10 +0200 |
commit | 06e3bad495f254064ab9c6735406a95915b983b3 (patch) | |
tree | 5dbe6db5dfecfe9ce2f6243db45a389585947591 /conf | |
parent | 8c843ebbf8a1f8dc4334da84cde2eb76e6e5696a (diff) |
Version is now set through a macro.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/constants.conf.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/constants.conf.example b/conf/constants.conf.example index b436ed5..ae0efdb 100644 --- a/conf/constants.conf.example +++ b/conf/constants.conf.example @@ -1,3 +1,7 @@ m4_define(`__CONF_SERVER_NAME', `LOCAL SERVER')m4_dnl m4_define(`__CONF_SERVER_URL', `http://127.0.0.1')m4_dnl m4_define(`__CONF_AUTHOR_NAME', `localuser')m4_dnl +m4_define(`__CONF_VERSION', `Latest Dev. Build (m4_esyscmd(date -R -u))')m4_dnl +m4_define(NEWLINE,` +')m4_dnl +m4_define(`__CONF_VERSION',m4_translit(__CONF_VERSION, NEWLINE))m4_dnl |