|
YAZ 5.35.1
|
Defines YAZ version. More...
#include <yaz/yconfig.h>Go to the source code of this file.
Macros | |
| #define | YAZ_VERSION "5.35.1" |
| YAZ version as string. | |
| #define | YAZ_VERSIONL 0x52301 |
| YAZ version as integer (for comparison purposes) | |
| #define | YAZ_FILEVERSION 5,35,1,1 |
| YAZ file version for YAZ DLL (resource) | |
| #define | YAZ_VERSION_SHA1 "f639d9819ee2df70ee59b093e7f1c67f8b0a5662" |
| 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,35,1,1 |
YAZ file version for YAZ DLL (resource)
Definition at line 42 of file yaz-version.h.
| #define YAZ_VERSION "5.35.1" |
YAZ version as string.
Definition at line 36 of file yaz-version.h.
| #define YAZ_VERSION_SHA1 "f639d9819ee2df70ee59b093e7f1c67f8b0a5662" |
SHA1 ID for YAZ (Git)
Definition at line 45 of file yaz-version.h.
| #define YAZ_VERSIONL 0x52301 |
YAZ version as integer (for comparison purposes)
Definition at line 39 of file yaz-version.h.
| 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().