diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h index e4fce617a..76bca56a4 100644 --- a/src/main.h +++ b/src/main.h @@ -53,6 +53,9 @@ #elif defined WIN32 #include "winver.h" #else +#ifdef PACKAGE_VERSION +#undef PACKAGE_VERSION +#endif #define PACKAGE_VERSION SMALL_VERSION; #endif |