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 /www | |
parent | 8c843ebbf8a1f8dc4334da84cde2eb76e6e5696a (diff) |
Version is now set through a macro.
Diffstat (limited to 'www')
-rw-r--r-- | www/index.html.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.html.m4 b/www/index.html.m4 index 881fa83..37a243c 100644 --- a/www/index.html.m4 +++ b/www/index.html.m4 @@ -11,7 +11,7 @@ <body> <div style="margin: 1em;"> <h1>__CONF_SERVER_NAME</h1> - <h3>Currently running: Latest Dev. Build</h3> + <h3>Currently running: __CONF_VERSION</h3> </div> <div class="popup-message"> <p>This website lets you play the game, even during its development phase. As a result, there is a lot missing.</p> |