From eabfae81b3e930c30cf6e4429246738c24c64332 Mon Sep 17 00:00:00 2001 From: John Sully Date: Sun, 28 Feb 2021 21:02:25 +0000 Subject: [PATCH] Bump version Former-commit-id: 31392562b27a6fc1576476626a27a3defe13795f --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.h b/src/version.h index f2ae6930a..166368ad2 100644 --- a/src/version.h +++ b/src/version.h @@ -1,5 +1,5 @@ -#define KEYDB_REAL_VERSION "6.0.15" -#define KEYDB_VERSION_NUM 0x0006000f +#define KEYDB_REAL_VERSION "6.0.16" +#define KEYDB_VERSION_NUM 0x00060010 extern const char *KEYDB_SET_VERSION; // Unlike real version, this can be overriden by the config enum VersionCompareResult