From f77a103209c108867a91fc98e5967b32000d7258 Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Thu, 22 Mar 2018 16:20:22 +0200 Subject: Add version info in the settings menu fixes #239 --- cmake/version.hpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 cmake/version.hpp (limited to 'cmake') diff --git a/cmake/version.hpp b/cmake/version.hpp new file mode 100644 index 00000000..272e84ac --- /dev/null +++ b/cmake/version.hpp @@ -0,0 +1,5 @@ +namespace nheko { +static constexpr const char *version = "${PROJECT_VERSION}"; +static constexpr const char *build_user = "${BUILD_USER}@${BUILD_HOST}"; +static constexpr const char *build_os = "${BUILD_OS}"; +} -- cgit 1.5.1