projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5a6a3f
)
Document version identifiers
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 17 Nov 2008 23:11:34 +0000
(
00:11
+0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 17 Nov 2008 23:11:34 +0000
(
00:11
+0100)
include/yaz/yaz-version.h.in
patch
|
blob
|
history
diff --git
a/include/yaz/yaz-version.h.in
b/include/yaz/yaz-version.h.in
index
7cfedc5
..
da6c22c
100644
(file)
--- a/
include/yaz/yaz-version.h.in
+++ b/
include/yaz/yaz-version.h.in
@@
-32,11
+32,16
@@
#include <yaz/yconfig.h>
+/** \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