Revert "Update version number to 8.0"

This reverts commit 3179f2528db86582fb7fbf26d6d0e59555cd6b18.

Signed-off-by: Ping Xie <pingxie@google.com>
This commit is contained in:
Ping Xie 2024-09-14 20:13:43 -07:00 committed by Ping Xie
parent aff4d508a3
commit 76ec25f90a

View File

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