From 34ec57ddb7e5ae1adfcfc8093065dff90b69a275 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Tue, 18 Jun 2019 12:21:49 +0300 Subject: [PATCH] configure.ac: bump version to 4.11 Otherwise version in e.g. the the dist tarball and the spec are wrong. Signed-off-by: Tzafrir Cohen --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b48182f..464fb8c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(qperf, 0.4.10, general@lists.openfabrics.org) +AC_INIT(qperf, 0.4.11, general@lists.openfabrics.org) AM_INIT_AUTOMAKE AC_PROG_CC AC_CHECK_LIB(ibverbs, ibv_open_device, RDMA=1)