Skip to content

Commit

Permalink
Release 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
filipecosta90 committed Nov 19, 2024
1 parent b97b7a5 commit 46fc1db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://www.gnu.org/licenses/>.

AC_PREREQ(2.59)
AC_INIT(memtier_benchmark,2.1.1,[email protected])
AC_INIT(memtier_benchmark,2.1.2,[email protected])
AC_CONFIG_SRCDIR([memtier_benchmark.cpp])
AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE
Expand Down
4 changes: 2 additions & 2 deletions memtier_benchmark.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 <http://www.gnu.org/licenses/gpl.html>.
Expand Down

0 comments on commit 46fc1db

Please sign in to comment.