From c9c2f26334134ef81f41e041fe8a349c7f08d280 Mon Sep 17 00:00:00 2001 From: Matthias Hochsteger Date: Thu, 24 Nov 2016 15:56:50 +0100 Subject: [PATCH] remove unnecessary version definition --- libsrc/include/mydefs.hpp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/libsrc/include/mydefs.hpp b/libsrc/include/mydefs.hpp index fb5b8ab6..f9118daf 100644 --- a/libsrc/include/mydefs.hpp +++ b/libsrc/include/mydefs.hpp @@ -14,16 +14,6 @@ // #define DEBUG -// Philippose - 31/01/2009 -// Hack for the Windows Version -// in Linux, "PACKAGE_VERSION" is replaced -// in the configure/make phases, with the -// right version number -#ifdef WIN32 -#define PACKAGE_VERSION "6.1-dev" -#endif - - #ifdef WIN32 #if NGINTERFACE_EXPORTS || NGLIB_EXPORTS || nglib_EXPORTS #define DLL_HEADER __declspec(dllexport)