X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fyaz-version.h.in;h=e6a6bd01365f3958a4ae1c5cb4a691f5aa6e08bc;hb=6f7757087a49db5fb3fa4f3b12b8b67ebbbe3aa3;hp=d5ed578f42d3397c97d70504e2d22b1bdf665015;hpb=f3cc474450a7c6be9c583b5b60e7fac51d1f4fc5;p=yaz-moved-to-github.git diff --git a/include/yaz/yaz-version.h.in b/include/yaz/yaz-version.h.in index d5ed578..e6a6bd0 100644 --- a/include/yaz/yaz-version.h.in +++ b/include/yaz/yaz-version.h.in @@ -32,10 +32,12 @@ #include -#define YAZ_VERSION "3.0.38" -#define YAZ_VERSIONL 0x030026 +#define YAZ_VERSION "@VERSION@" +#define YAZ_VERSIONL 0x@YAZ_VERSION_HEX@ -#define YAZ_FILEVERSION 3,0,38,1 +#define YAZ_FILEVERSION @WIN_FILEVERSION@ + +#define YAZ_VERSION_SHA1 "@VERSION_SHA1@" #define YAZ_DATE 1 @@ -50,7 +52,7 @@ YAZ_BEGIN_CDECL -YAZ_EXPORT unsigned long yaz_version(char *version_str, char *sys_str); +YAZ_EXPORT unsigned long yaz_version(char *version_str, char *sha1_str); YAZ_END_CDECL