diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/Conf.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Conf.hpp b/include/Conf.hpp index d23c655..17ecc6b 100644 --- a/include/Conf.hpp +++ b/include/Conf.hpp @@ -503,6 +503,7 @@ namespace sibs bool zigTestAllFiles; bool packaging; bool bundling; + std::string version; protected: virtual void processObject(StringView name) override; virtual void processField(StringView name, const ConfigValue &value) override; |