aboutsummaryrefslogtreecommitdiff
path: root/version.cc.in
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2017-10-22 09:02:41 +0200
committerSzczepan Zalega <szczepan@nitrokey.com>2017-11-03 15:09:19 +0100
commit3e5ef9e181084cc88ef59811e6eba1d7d82ba4cf (patch)
tree1b8e2fbf5965d8f2ee69b839282d2b9f7692e463 /version.cc.in
parentdab6f2bcf292dfd6ee629a4ad9b2216e104d7c1d (diff)
downloadlibnitrokey-3e5ef9e181084cc88ef59811e6eba1d7d82ba4cf.tar.gz
libnitrokey-3e5ef9e181084cc88ef59811e6eba1d7d82ba4cf.tar.bz2
Use hand-inserted version. Remove one Git pass.pr_62
Full version name should consist of official version and Git one Git describe should never fail with --always switch Add more build specific information Save compilation definitions and flags Move getting information to the end of CMakeLists.txt Use configuration over definitions Proper implementation in C API for getting version Test case for getting version. Working configure file Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
Diffstat (limited to 'version.cc.in')
-rw-r--r--version.cc.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/version.cc.in b/version.cc.in
new file mode 100644
index 0000000..3de030c
--- /dev/null
+++ b/version.cc.in
@@ -0,0 +1,4 @@
+#include "version.h"
+
+const std::string Version::version = "${FULL_VERSION}";
+const std::string Version::version_more = "${VERSION_MORE}"; \ No newline at end of file