From e8cfd6a24206a524e6fbb13202937782565148c3 Mon Sep 17 00:00:00 2001 From: filipecosta90 Date: Tue, 7 Jan 2025 11:39:04 +0000 Subject: [PATCH] Bump version to next patch 2.1.4 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 15f3d9a..185e865 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,2.1.2,oss@redis.com) +AC_INIT(memtier_benchmark,2.1.4,oss@redis.com) AC_CONFIG_SRCDIR([memtier_benchmark.cpp]) AC_CONFIG_HEADER([config.h]) AM_INIT_AUTOMAKE