X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fyaz-version.h;h=f6378b61d2978a74f685072e16431a0ff7d50794;hp=e33da44d56a940ed3463fc656e585e32303f972f;hb=3ee667935c4cac82445ecd05c8ae421888dfd40f;hpb=205549626352a3cc49c85b8fa055ffde318aad42 diff --git a/include/yaz/yaz-version.h b/include/yaz/yaz-version.h index e33da44..f6378b6 100644 --- a/include/yaz/yaz-version.h +++ b/include/yaz/yaz-version.h @@ -2,7 +2,10 @@ * Current software version. * * $Log: yaz-version.h,v $ - * Revision 1.4 2001-05-16 07:37:39 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. @@ -93,9 +96,16 @@ * */ #ifndef YAZ_VERSION + #define YAZ_VERSION "1.7" -#ifndef WIN32 #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