X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fyaz-version.h;h=f6378b61d2978a74f685072e16431a0ff7d50794;hb=c5f9b67c889e65446bcbf727bef3705229c3fd7f;hp=b9d986781c115a9b38000cf5cd8e73a8b5cf20d5;hpb=d9ee01635f03f9095a66f71b73580560d48798e8;p=yaz-moved-to-github.git diff --git a/include/yaz/yaz-version.h b/include/yaz/yaz-version.h index b9d9867..f6378b6 100644 --- a/include/yaz/yaz-version.h +++ b/include/yaz/yaz-version.h @@ -2,7 +2,21 @@ * Current software version. * * $Log: yaz-version.h,v $ - * Revision 1.1 1999-11-30 13:47:11 adam + * Revision 1.5 2001-05-18 11:42:03 adam + * YAZ Build date for WIN32. + * + * Revision 1.4 2001/05/16 07:37:39 adam + * Added script cvs-date.tcl that determines last CVS change for YAZ by + * using output of 'cvs log'. The script generates include/yaz/yaz-date.h + * which defines YAZ_DATE - format YYYYMMDD. + * + * Revision 1.3 2000/04/05 07:39:55 adam + * Added shared library support (libtool). + * + * Revision 1.2 2000/02/28 11:20:06 adam + * Using autoconf. New definitions: YAZ_BEGIN_CDECL/YAZ_END_CDECL. + * + * Revision 1.1 1999/11/30 13:47:11 adam * Improved installation. Moved header files to include/yaz. * * Revision 1.18 1998/06/26 11:17:23 quinn @@ -81,7 +95,17 @@ * Introduced version control * */ - #ifndef YAZ_VERSION -#define YAZ_VERSION "1.5" + +#define YAZ_VERSION "1.7" +#include + +#ifdef WIN32 +#ifdef NDEBUG +#define YAZ_OS "WIN32 Release" +#else +#define YAZ_OS "WIN32 Debug" #endif +#endif + +#endif \ No newline at end of file