From 7e7e5e57d25fe246a8201f0acf5e7363c0bf1e14 Mon Sep 17 00:00:00 2001 From: Malavan Sotheeswaran Date: Sun, 29 Oct 2023 17:44:00 -0700 Subject: [PATCH] set version to 6.3.4 --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.h b/src/version.h index 26c498813..402279e38 100644 --- a/src/version.h +++ b/src/version.h @@ -1,5 +1,5 @@ -#define KEYDB_REAL_VERSION "255.255.255" -#define KEYDB_VERSION_NUM 0x00ffffff +#define KEYDB_REAL_VERSION "6.3.4" +#define KEYDB_VERSION_NUM 0x00060304 extern const char *KEYDB_SET_VERSION; // Unlike real version, this can be overriden by the config enum VersionCompareResult