From 7f3d6976e71a3f72aa2ecdb3e1c219a4f298b285 Mon Sep 17 00:00:00 2001 From: benschermel Date: Sat, 27 Mar 2021 18:26:11 +0000 Subject: [PATCH] bump version Former-commit-id: 33b75e0a2cf8712c976e7af74e2a615bb991c356 --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index d6a1526d5..f6c4e94cd 100644 --- a/src/version.h +++ b/src/version.h @@ -1,5 +1,5 @@ #define KEYDB_REAL_VERSION "6.0.18" -#define KEYDB_VERSION_NUM 0x00060011 +#define KEYDB_VERSION_NUM 0x00060012 extern const char *KEYDB_SET_VERSION; // Unlike real version, this can be overriden by the config enum VersionCompareResult