Skip to content

Commit

Permalink
Patch version bump: 2.1.1 (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipecosta90 authored Jul 29, 2024
1 parent cf45f2c commit 1770478
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dnl configure.ac for memtier_benchmark
dnl Copyright (C) 2011-2017 Redis Labs Ltd.
dnl Copyright (C) 2011-2024 Redis Labs Ltd.

dnl This file is part of memtier_benchmark.

Expand All @@ -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.0,[email protected])
AC_INIT(memtier_benchmark,2.1.1,[email protected])
AC_CONFIG_SRCDIR([memtier_benchmark.cpp])
AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE
Expand Down
2 changes: 1 addition & 1 deletion 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" "April 2024" "memtier_benchmark 2.1.0" "User Commands"
.TH MEMTIER_BENCHMARK "1" "July 2024" "memtier_benchmark 2.1.1" "User Commands"
.SH NAME
memtier_benchmark \- NoSQL benchmark tool
.SH SYNOPSIS
Expand Down

0 comments on commit 1770478

Please sign in to comment.