From: Sean Hefty Date: Wed, 29 Jul 2015 18:34:50 +0000 (-0700) Subject: v1.1.0 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=6efca9c423c697a6cb3367e38a517694162849fc;p=~shefty%2Fibacm.git v1.1.0 Signed-off-by: Sean Hefty --- 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