From 4a2442ce8756b4fe626046835286f8a90cd63883 Mon Sep 17 00:00:00 2001 From: benschermel Date: Fri, 13 Aug 2021 00:40:46 +0000 Subject: [PATCH] bump version Former-commit-id: 7260ebf5c164fb779931723fabb66e48e9593385 --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 6301628bc..120dbe031 100644 --- a/src/version.h +++ b/src/version.h @@ -1,4 +1,4 @@ #define KEYDB_REAL_VERSION "6.2.0" -#define KEYDB_VERSION_NUM 0x00060013 +#define KEYDB_VERSION_NUM 0x00060200 extern const char *KEYDB_SET_VERSION; // Unlike real version, this can be overriden by the config