From 86033e6c4e536ffd6e9d4d50e5129f910cc803e9 Mon Sep 17 00:00:00 2001 From: Oran Agra Date: Wed, 6 Apr 2016 14:46:19 +0300 Subject: [PATCH] version bump 1.2.7 --- CHANGES | 2 ++ configure.ac | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index d447f0d8..5fc20dff 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,6 @@ * Version 1.2.7 + * Improvement of --randomize + * Minor bugfix in instantaneous stats not begin updated * Fix incorrect statistics due to integer overflow (Daisy Hsiung). * Better round-robin address selection when doing hostname resolution. diff --git a/configure.ac b/configure.ac index 0b708e4f..b1b054cf 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.6,yossigo@gmail.com) +AC_INIT(memtier_benchmark,1.2.7,yossigo@gmail.com) AC_CONFIG_SRCDIR([memtier_benchmark.cpp]) AC_CONFIG_HEADER([config.h]) AM_INIT_AUTOMAKE