From ff4d3e0b85768e9b1952e20e762169e440578034 Mon Sep 17 00:00:00 2001 From: "Filipe Oliveira (Personal)" Date: Wed, 20 Nov 2024 10:19:42 +0000 Subject: [PATCH] Patch version bump: 2.1.2 (#275) * Updated Copyright year on version print * Release 2.1.2 --- configure.ac | 2 +- memtier_benchmark.1 | 4 ++-- memtier_benchmark.cpp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index b5fb9cf..15f3d9a 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.1,oss@redis.com) +AC_INIT(memtier_benchmark,2.1.2,oss@redis.com) AC_CONFIG_SRCDIR([memtier_benchmark.cpp]) AC_CONFIG_HEADER([config.h]) AM_INIT_AUTOMAKE diff --git a/memtier_benchmark.1 b/memtier_benchmark.1 index 850e2a3..faa70bd 100644 --- a/memtier_benchmark.1 +++ b/memtier_benchmark.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. -.TH MEMTIER_BENCHMARK "1" "July 2024" "memtier_benchmark 2.1.1" "User Commands" +.TH MEMTIER_BENCHMARK "1" "November 2024" "memtier_benchmark 2.1.2" "User Commands" .SH NAME memtier_benchmark \- NoSQL benchmark tool .SH SYNOPSIS @@ -232,7 +232,7 @@ WAIT for a random number of slaves in the specified range WAIT for a random number of milliseconds in the specified range (normal distribution with the center in the middle of the range) .SH COPYRIGHT -Copyright \(co 2011\-2022 Redis Ltd. +Copyright \(co 2011\-2024 Redis Ltd. .br This is free software. You may redistribute copies of it under the terms of the GNU General Public License . diff --git a/memtier_benchmark.cpp b/memtier_benchmark.cpp index 2314da8..61be983 100755 --- a/memtier_benchmark.cpp +++ b/memtier_benchmark.cpp @@ -512,7 +512,7 @@ static int config_parse_args(int argc, char *argv[], struct benchmark_config *cf break; case 'v': puts(PACKAGE_STRING); - puts("Copyright (C) 2011-2022 Redis Ltd."); + puts("Copyright (C) 2011-2024 Redis Ltd."); puts("This is free software. You may redistribute copies of it under the terms of"); puts("the GNU General Public License ."); puts("There is NO WARRANTY, to the extent permitted by law.");