From abae5d0f24b0639b60a38861c3324536b3b96d5b Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Wed, 29 Jul 2015 11:34:50 -0700 Subject: [PATCH] v1.1.0 Signed-off-by: Sean Hefty --- configure.ac | 2 +- ibacm.spec.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 3c86cfd..4d493bd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.63]) -AC_INIT([ibacm], [1.0.8], [linux-rdma@vger.kernel.org]) +AC_INIT([ibacm], [1.1.0], [linux-rdma@vger.kernel.org]) AC_CONFIG_SRCDIR([src/acm.c]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_HEADERS([config.h]) diff --git a/ibacm.spec.in b/ibacm.spec.in index 6894461..0167e26 100644 --- a/ibacm.spec.in +++ b/ibacm.spec.in @@ -1,5 +1,5 @@ Name: ibacm -Version: 1.0.8 +Version: 1.1.0 Release: 1%{?dist} Summary: InfiniBand Communication Manager Assistant -- 2.41.0