futriix/src/version.h
Madelyn Olson e0824e3996 Initial staging for 8.0.1 security release
Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
2024-09-30 17:06:18 -07:00

14 lines
516 B
C

/* 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