From 35dc4df1df72ac0ff8224ad664426f26bd4c8868 Mon Sep 17 00:00:00 2001 From: christianEQ Date: Thu, 13 Jan 2022 00:07:03 +0000 Subject: [PATCH] bump version --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.h b/src/version.h index aa4aa5b8d..9de1b0dea 100644 --- a/src/version.h +++ b/src/version.h @@ -1,4 +1,4 @@ -#define KEYDB_REAL_VERSION "6.2.1" -#define KEYDB_VERSION_NUM 0x00060201 +#define KEYDB_REAL_VERSION "6.2.2" +#define KEYDB_VERSION_NUM 0x00060202 extern const char *KEYDB_SET_VERSION; // Unlike real version, this can be overriden by the config