Add query functions for versions string and release revision
authorClinton Ebadi <clinton@unknownlamer.org>
Sun, 10 May 2020 21:19:34 +0000 (17:19 -0400)
committerClinton Ebadi <clinton@unknownlamer.org>
Sun, 10 May 2020 21:19:34 +0000 (17:19 -0400)
commit17f13c7ac1b386279a5da43c0fef7c2dbc11ce8a
treef6624e34e0b8f34b412c4331ae3596a2e1a4c9e3
parent3804f43913ab073eee40f09d3d46398c52cd8ba8
Add query functions for versions string and release revision

Requested by Dale Smith and long overdue. Version string is now also
accessed through a getter/setter and is protected by a mutex in case
any scheme threads set the version.
documentation/bobot++.texinfo
source/Bot.C
source/Bot.H
source/Commands.C
source/Interp.C
source/Parser.C
source/ScriptCommands.C
source/ScriptCommands.H