futriix/src/version.h
Ping Xie 579cca5f00
Valkey 7.2.6 Patch Release (#842)
Signed-off-by: Ping Xie <pingxie@google.com>
Signed-off-by: Ping Xie <pingxie@outlook.com>
Co-authored-by: Madelyn Olson <madelyneolson@gmail.com>
2024-07-30 16:40:02 -07:00

9 lines
231 B
C

#define SERVER_NAME "valkey"
#define VALKEY_VERSION "7.2.6"
#define VALKEY_VERSION_NUM 0x00070206
/* Redis compatibility version, should never
* exceed 7.2.x. */
#define REDIS_VERSION "7.2.4"
#define REDIS_VERSION_NUM 0x00070204