#include <yaz/yconfig.h>
Go to the source code of this file.
|
| void | zebra_get_version (char *version_str, char *sha1_str) |
| | Returns Zebra version and SHA1 ID as generated by Git.
|
| |
◆ ZEBRA_FILEVERSION
| #define ZEBRA_FILEVERSION 2,2,8,1 |
Version for Windows DLL/EXE.
Definition at line 34 of file version.h.
◆ ZEBRA_VERSION_SHA1
| #define ZEBRA_VERSION_SHA1 "56ed67b7303d1ad0427c357e6f23c06614894aef" |
SHA1 ID as generated by Git.
Definition at line 37 of file version.h.
◆ ZEBRA_VERSIONL
| #define ZEBRA_VERSIONL 0x20208 |
Version as integer (for comparison purposes)
Definition at line 31 of file version.h.
◆ ZEBRAVER
Version as string.
Definition at line 28 of file version.h.
◆ zebra_get_version()
| void zebra_get_version |
( |
char * |
version_str, |
|
|
char * |
sha1_str |
|
) |
| |
Returns Zebra version and SHA1 ID as generated by Git.
- Parameters
-
| version_str | buffer for version (at least 16 bytes) |
| sha1_str | SHA1 ID. Use NULL for not getting the ID |
- Returns
- version as integer
The sha1_str if non-NULL must point to a buffer of at least 65 bytes (64 ID + null char).
Definition at line 33 of file version.c.
References ZEBRA_VERSION_SHA1, and ZEBRAVER.
Referenced by bend_init(), main(), and zebra_start_res().