From 4272a7de24eca935bfe1e13d44bdc0ece58efb55 Mon Sep 17 00:00:00 2001 From: benschermel Date: Fri, 26 Mar 2021 22:57:19 +0000 Subject: [PATCH] bump version --- pkg/deb/master_changelog | 9 +++++++++ src/version.h | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/pkg/deb/master_changelog b/pkg/deb/master_changelog index fb561ef02..b6c7eeb9e 100644 --- a/pkg/deb/master_changelog +++ b/pkg/deb/master_changelog @@ -1,3 +1,12 @@ +keydb (6:6.0.18-1distribution_placeholder) codename_placeholder; urgency=medium + + * 6.0.18 - This release contains a number of improvements to stability and performance. + * Additional tests were added with improvements to existing test reliability + * Merged Redis 6.0.10 into KeyDB + * Issues resolved in this release: #214, #222, #238, #257, #273, #276, #285 + + -- Ben Schermel Fri, 26 Mar 2021 16:00:00 +0000 + keydb (6:6.0.16-1distribution_placeholder) codename_placeholder; urgency=medium * 6.0.16 - This release contains significant performance improvements as well as fixes to the following issues: #234, #236, #233, #207, #229, #231 diff --git a/src/version.h b/src/version.h index 014060606..e5279cce6 100644 --- a/src/version.h +++ b/src/version.h @@ -1,4 +1,4 @@ -#define KEYDB_REAL_VERSION "6.0.17" +#define KEYDB_REAL_VERSION "6.0.18" #define KEYDB_VERSION_NUM 0x00060011 extern const char *KEYDB_SET_VERSION; // Unlike real version, this can be overriden by the config