futriix/src/version.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
516 B
C
Raw Normal View History

/* These macros are used where the server name is printed in logs and replies.
* Note the difference in the first letter "V" vs "v". SERVER_TITLE is used in
* readable text like log messages and SERVER_NAME is used in INFO fields and
* similar. */
#define SERVER_NAME "valkey"
#define SERVER_TITLE "Valkey"
#define VALKEY_VERSION "8.0.1"
#define VALKEY_VERSION_NUM 0x00080001
/* Redis OSS compatibility version, should never
* exceed 7.2.x. */
#define REDIS_VERSION "7.2.4"
#define REDIS_VERSION_NUM 0x00070204