Skip to content

Commit ff4d3e0

Browse files
Patch version bump: 2.1.2 (#275)
* Updated Copyright year on version print * Release 2.1.2
1 parent d6bc71f commit ff4d3e0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dnl You should have received a copy of the GNU General Public License
1616
dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
1717

1818
AC_PREREQ(2.59)
19-
AC_INIT(memtier_benchmark,2.1.1,oss@redis.com)
19+
AC_INIT(memtier_benchmark,2.1.2,oss@redis.com)
2020
AC_CONFIG_SRCDIR([memtier_benchmark.cpp])
2121
AC_CONFIG_HEADER([config.h])
2222
AM_INIT_AUTOMAKE

memtier_benchmark.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH MEMTIER_BENCHMARK "1" "July 2024" "memtier_benchmark 2.1.1" "User Commands"
2+
.TH MEMTIER_BENCHMARK "1" "November 2024" "memtier_benchmark 2.1.2" "User Commands"
33
.SH NAME
44
memtier_benchmark \- NoSQL benchmark tool
55
.SH SYNOPSIS
@@ -232,7 +232,7 @@ WAIT for a random number of slaves in the specified range
232232
WAIT for a random number of milliseconds in the specified range (normal
233233
distribution with the center in the middle of the range)
234234
.SH COPYRIGHT
235-
Copyright \(co 2011\-2022 Redis Ltd.
235+
Copyright \(co 2011\-2024 Redis Ltd.
236236
.br
237237
This is free software. You may redistribute copies of it under the terms of
238238
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.

memtier_benchmark.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ static int config_parse_args(int argc, char *argv[], struct benchmark_config *cf
512512
break;
513513
case 'v':
514514
puts(PACKAGE_STRING);
515-
puts("Copyright (C) 2011-2022 Redis Ltd.");
515+
puts("Copyright (C) 2011-2024 Redis Ltd.");
516516
puts("This is free software. You may redistribute copies of it under the terms of");
517517
puts("the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.");
518518
puts("There is NO WARRANTY, to the extent permitted by law.");

0 commit comments

Comments
 (0)