From 46fcb6885638cd41d94db44da3038e327812d53f Mon Sep 17 00:00:00 2001 From: Vasile Vilvoiu Date: Thu, 21 Apr 2022 19:26:03 +0300 Subject: Fix usage of bad version macros in header file. Closes #27. --- src/specgram.hpp.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') 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 -- cgit v1.2.3