futriix/src/version.h
VivekSainiEQ b84ee93b5d Merge tag '6.2.6' into Redis_626_Merge
Former-commit-id: e6d7e01be6965110d487e12f40511fe0b3497695
2021-10-21 22:33:55 +00:00

10 lines
281 B
C

<<<<<<< HEAD
#define KEYDB_REAL_VERSION "255.255.255"
#define KEYDB_VERSION_NUM 0x00ffffff
extern const char *KEYDB_SET_VERSION; // Unlike real version, this can be overriden by the config
=======
#define REDIS_VERSION "6.2.6"
#define REDIS_VERSION_NUM 0x00060206
>>>>>>> 6.2.6