From eb64cf5892f5c9b2c6c187d6eb507fefb977d4d9 Mon Sep 17 00:00:00 2001 From: Oran Agra Date: Wed, 1 Apr 2015 15:20:46 +0300 Subject: [PATCH] bump version 1.2.4 --- CHANGES | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index c4c663c1..97e05230 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +* Version 1.2.4 + * Add --randomize + * Fix random seed bug + * Improve statistics accuracy + * Version 1.2.3 * Add progress and current (instantaneous) stats diff --git a/configure.ac b/configure.ac index 5b0b7e56..47c78bfd 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.3,yossigo@gmail.com) +AC_INIT(memtier_benchmark,1.2.4,yossigo@gmail.com) AC_CONFIG_SRCDIR([memtier_benchmark.cpp]) AC_CONFIG_HEADER([config.h]) AM_INIT_AUTOMAKE