From a62e3b3f79675a2b67d6e60dd2f96fbccce02dd6 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 18 Nov 2008 00:11:34 +0100 Subject: [PATCH] Document version identifiers --- include/yaz/yaz-version.h.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/yaz/yaz-version.h.in b/include/yaz/yaz-version.h.in index 7cfedc5..da6c22c 100644 --- a/include/yaz/yaz-version.h.in +++ b/include/yaz/yaz-version.h.in @@ -32,11 +32,16 @@ #include +/** \brief YAZ version as string */ #define YAZ_VERSION "@VERSION@" + +/** \brief YAZ version as integer (for comparison purposes) */ #define YAZ_VERSIONL 0x@YAZ_VERSION_HEX@ +/** \brief YAZ file version for YAZ DLL (resource) */ #define YAZ_FILEVERSION @WIN_FILEVERSION@ +/** \brief SHA1 ID for YAZ (Git) */ #define YAZ_VERSION_SHA1 "@VERSION_SHA1@" YAZ_BEGIN_CDECL -- 1.7.10.4