From d67f01da60c3b289054b7693c1f434fa82b80a11 Mon Sep 17 00:00:00 2001 From: YaacovHazan <31382944+YaacovHazan@users.noreply.github.com> Date: Thu, 18 Oct 2018 13:15:06 +0300 Subject: [PATCH] version bump 1.2.15 (#63) --- CHANGES | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 2caf39b8..3ac14040 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +* Version 1.2.15 + * Support "ASK" in cluster mode + * Version 1.2.14 * Keep keys to be in key-range when using run-count with parallel key-patten * Fix keys overlap when using parallel key-patten diff --git a/configure.ac b/configure.ac index 774db20d..235a4cfa 100755 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU General Public License dnl along with this program. If not, see . AC_PREREQ(2.59) -AC_INIT(memtier_benchmark,1.2.14,yossigo@gmail.com) +AC_INIT(memtier_benchmark,1.2.15,yossigo@gmail.com) AC_CONFIG_SRCDIR([memtier_benchmark.cpp]) AC_CONFIG_HEADER([config.h]) AM_INIT_AUTOMAKE