From 0fb0a69ea6512e4fb9a406a37917b954f2e2085a Mon Sep 17 00:00:00 2001 From: YaacovHazan <31382944+YaacovHazan@users.noreply.github.com> Date: Mon, 29 Apr 2019 10:01:03 +0300 Subject: [PATCH] Version bump 1.2.16 (#75) --- CHANGES | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 3ac14040..6635ecce 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +* Version 1.2.16 + * Support arbitrary commands + * Add bash completion + * Version 1.2.15 * Support "ASK" in cluster mode diff --git a/configure.ac b/configure.ac index 610e357e..170fd96f 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.15,yossigo@gmail.com) +AC_INIT(memtier_benchmark,1.2.16,yossigo@gmail.com) AC_CONFIG_SRCDIR([memtier_benchmark.cpp]) AC_CONFIG_HEADER([config.h]) AM_INIT_AUTOMAKE