From 3c663b69b8c1fbaceeb1e78213271c6fa37ca8e8 Mon Sep 17 00:00:00 2001 From: John Sully Date: Sun, 31 Jan 2021 21:24:49 +0000 Subject: [PATCH] Bump version Former-commit-id: d30fcfbe8a960aee61042f28ab3786adfa371671 --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.h b/src/version.h index ead3c9b4b..014060606 100644 --- a/src/version.h +++ b/src/version.h @@ -1,4 +1,4 @@ -#define KEYDB_REAL_VERSION "6.0.16" -#define KEYDB_VERSION_NUM 0x00060010 +#define KEYDB_REAL_VERSION "6.0.17" +#define KEYDB_VERSION_NUM 0x00060011 extern const char *KEYDB_SET_VERSION; // Unlike real version, this can be overriden by the config