From 3d21c373de4783ed4ba6a8fcf2a128320c0f65fb Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 15 Jun 2016 22:35:16 +0300 Subject: Remove support for config.h with default defines. --- src/main.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main.h') 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 -- cgit v1.2.3-70-g09d2