From: Sean Hefty Date: Fri, 4 May 2007 22:09:25 +0000 (-0700) Subject: librdmacm: Update build to 1.0.2-rc. X-Git-Tag: v1.0.1~3 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=e68c37b1a49b8476e81630c46e298d65318acab7;p=~shefty%2Flibrdmacm.git librdmacm: Update build to 1.0.2-rc. Signed-off-by: Sean Hefty --- diff --git a/configure.in b/configure.in index 005af1ed..06f6cd0d 100644 --- a/configure.in +++ b/configure.in @@ -1,11 +1,11 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT(librdmacm, 1.0-1, general@lists.openfabrics.org) +AC_INIT(librdmacm, 1.0-2-rc, general@lists.openfabrics.org) AC_CONFIG_SRCDIR([src/cma.c]) AC_CONFIG_AUX_DIR(config) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(librdmacm, 1.0-1) +AM_INIT_AUTOMAKE(librdmacm, 1.0-2-rc) AM_PROG_LIBTOOL diff --git a/librdmacm.spec.in b/librdmacm.spec.in index 8fb5a27f..2f4371aa 100644 --- a/librdmacm.spec.in +++ b/librdmacm.spec.in @@ -2,7 +2,7 @@ Name: librdmacm Version: 1.0 -Release: 1%{?dist} +Release: 2-rc%{?dist} Summary: Userspace RDMA Connection Manager. Group: System Environment/Libraries