From d2c9ce84dfd07dd3bb94d2e02014d4ca22facb34 Mon Sep 17 00:00:00 2001 From: John Sully Date: Wed, 10 Mar 2021 04:03:56 +0000 Subject: [PATCH] bump version Former-commit-id: c802ea93a167ff6c59e585d4ab72c9f7b6b03a1c --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.h b/src/version.h index 166368ad2..7408bde62 100644 --- a/src/version.h +++ b/src/version.h @@ -1,5 +1,5 @@ -#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 enum VersionCompareResult