aboutsummaryrefslogtreecommitdiff
path: root/libnitrokey
diff options
context:
space:
mode:
Diffstat (limited to 'libnitrokey')
-rw-r--r--libnitrokey/version.h (renamed from libnitrokey/version.h.in)12
1 files changed, 3 insertions, 9 deletions
diff --git a/libnitrokey/version.h.in b/libnitrokey/version.h
index 20c3179..6547af0 100644
--- a/libnitrokey/version.h.in
+++ b/libnitrokey/version.h
@@ -23,17 +23,11 @@
#define LIBNITROKEY_VERSION_H
namespace nitrokey {
-unsigned int get_major_library_version() {
- return @PROJECT_VERSION_MAJOR@;
-}
+ unsigned int get_major_library_version();
-unsigned int get_minor_library_version() {
- return @PROJECT_VERSION_MINOR@;
-}
+ unsigned int get_minor_library_version();
-const char* get_library_version() {
- return "@PROJECT_VERSION_GIT@";
-}
+ const char* get_library_version();
}
#endif