From e5a6a3f08564436f90fcb8537d8f32e6685c176e Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 18 Nov 2008 00:05:47 +0100 Subject: [PATCH] Removed definitions of YAZ_OS and YAZ_DATE. Removed definition of YAZ_OS. It is not used by other parts of YAZ and is probably not to be used by other applications. The YAZ_DATE is also not of use. Was used to detect API changes for YAZ 2 series. --- include/yaz/yaz-version.h.in | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/include/yaz/yaz-version.h.in b/include/yaz/yaz-version.h.in index f90ca9a..7cfedc5 100644 --- a/include/yaz/yaz-version.h.in +++ b/include/yaz/yaz-version.h.in @@ -39,17 +39,6 @@ #define YAZ_VERSION_SHA1 "@VERSION_SHA1@" -#define YAZ_DATE 1 - - -#ifdef WIN32 -#ifdef NDEBUG -#define YAZ_OS "WIN32 Release" -#else -#define YAZ_OS "WIN32 Debug" -#endif -#endif - YAZ_BEGIN_CDECL /** \brief returns YAZ version -- 1.7.10.4