diff --git a/configure.ac b/configure.ac index d6ea0a9..d28a982 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.7], [linux-rdma@vger.kernel.org]) +AC_INIT([ibacm], [1.0.8], [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 5ee52b2..8381a35 100644 --- a/ibacm.spec.in +++ b/ibacm.spec.in @@ -1,5 +1,5 @@ Name: ibacm -Version: 1.0.7 +Version: 1.0.8 Release: 1%{?dist} Summary: InfiniBand Communication Manager Assistant