|
YAZ 5.37.0
|
Defines YAZ version. More...
#include <yaz/yconfig.h>Go to the source code of this file.
Macros | |
| #define | YAZ_VERSION "5.37.0" |
| YAZ version as string. | |
| #define | YAZ_VERSIONL 0x52500 |
| YAZ version as integer (for comparison purposes). | |
| #define | YAZ_FILEVERSION 5,37,0,1 |
| YAZ file version for YAZ DLL (resource). | |
| #define | YAZ_VERSION_SHA1 "fbf20beaa0ae8e4b90cb107d05656272e912ef9a" |
| SHA1 ID for YAZ (Git). | |
Functions | |
| unsigned long | yaz_version (char *version_str, char *sha1_str) |
| returns YAZ version | |
Defines YAZ version.
Definition in file yaz-version.h.
| #define YAZ_FILEVERSION 5,37,0,1 |
YAZ file version for YAZ DLL (resource).
Definition at line 42 of file yaz-version.h.
| #define YAZ_VERSION "5.37.0" |
YAZ version as string.
Definition at line 36 of file yaz-version.h.
Referenced by show_version(), yaz_version(), z_get_HTTP_Request(), z_get_HTTP_Response_details(), zget_InitRequest(), and zget_InitResponse().
| #define YAZ_VERSION_SHA1 "fbf20beaa0ae8e4b90cb107d05656272e912ef9a" |
SHA1 ID for YAZ (Git).
Definition at line 45 of file yaz-version.h.
Referenced by show_version(), yaz_version(), zget_InitRequest(), and zget_InitResponse().
| #define YAZ_VERSIONL 0x52500 |
YAZ version as integer (for comparison purposes).
Definition at line 39 of file yaz-version.h.
Referenced by yaz_version().
| unsigned long yaz_version | ( | char * | version_str, |
| char * | sha1_str ) |
returns YAZ version
| version_str | holds version upon completion (YAZ_VERSION) |
| sha1_str | holds SHA1 (Git) upon completion (YAZ_VERSION_SHA1) |
The version_str may be NULL in which case version is not returned. When not-null, version_str, should point to a buffer of at least 20 charcters in size (including "\0"). The sha1_str may be NULL in which case the SHA1 is not returnd. When not-null, sha1_str whould point to a buffer of at least 41 characters in size (including "\0").
Definition at line 18 of file version.c.
References YAZ_VERSION, YAZ_VERSION_SHA1, and YAZ_VERSIONL.
Referenced by show_version().