Update version number to 8.0

Signed-off-by: Ping Xie <pingxie@google.com>
This commit is contained in:
Ping Xie 2024-09-13 21:53:57 -07:00 committed by Ping Xie
parent 74113bd2c3
commit aff4d508a3

View File

@ -4,8 +4,8 @@
* similar. */
#define SERVER_NAME "valkey"
#define SERVER_TITLE "Valkey"
#define VALKEY_VERSION "7.9.240"
#define VALKEY_VERSION_NUM 0x000709f0
#define VALKEY_VERSION "8.0.0"
#define VALKEY_VERSION_NUM 0x00080000
/* Redis OSS compatibility version, should never
* exceed 7.2.x. */