summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/specgram.hpp.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/specgram.hpp.in b/src/specgram.hpp.in
index 3b137d9..b2b0457 100644
--- a/src/specgram.hpp.in
+++ b/src/specgram.hpp.in
@@ -14,9 +14,9 @@
/*
* version
*/
-#define SPECGRAM_VERSION_MAJOR @specgram_VERSION_MAJOR@
-#define SPECGRAM_VERSION_MINOR @specgram_VERSION_MINOR@
-#define SPECGRAM_VERSION_PATCH @specgram_VERSION_PATCH@
+#define SPECGRAM_VERSION_MAJOR @VERSION_MAJOR@
+#define SPECGRAM_VERSION_MINOR @VERSION_MINOR@
+#define SPECGRAM_VERSION_PATCH @VERSION_PATCH@
#define SPECGRAM_VERSION_BUILD "@GIT_HASH@"
#ifdef GIT_BUILD
@@ -25,4 +25,4 @@
#define SPECGRAM_VERSION "@VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@"
#endif
-#endif \ No newline at end of file
+#endif