X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fyaz-version.h.in;h=e6a6bd01365f3958a4ae1c5cb4a691f5aa6e08bc;hb=6f7757087a49db5fb3fa4f3b12b8b67ebbbe3aa3;hp=93d495bbb5756c898d3551b48c25f0fae0f62235;hpb=9397bf54a2ddb4e0fe8a73d5f753eee23a10601c;p=yaz-moved-to-github.git diff --git a/include/yaz/yaz-version.h.in b/include/yaz/yaz-version.h.in index 93d495b..e6a6bd0 100644 --- a/include/yaz/yaz-version.h.in +++ b/include/yaz/yaz-version.h.in @@ -33,10 +33,12 @@ #include #define YAZ_VERSION "@VERSION@" -#define YAZ_VERSIONL 0x030026 +#define YAZ_VERSIONL 0x@YAZ_VERSION_HEX@ #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