From: Sean Hefty Date: Fri, 27 Apr 2007 18:02:02 +0000 (-0700) Subject: Release 1.0 X-Git-Tag: v1.0 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=9450ee3953c5765d276f1310bdd045d0d3b62082;p=~shefty%2Flibrdmacm.git Release 1.0 Signed-off-by: Sean Hefty --- diff --git a/configure.in b/configure.in index b14ab1c5..005af1ed 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-rc2, general@lists.openfabrics.org) +AC_INIT(librdmacm, 1.0-1, 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-rc2) +AM_INIT_AUTOMAKE(librdmacm, 1.0-1) AM_PROG_LIBTOOL diff --git a/librdmacm.spec.in b/librdmacm.spec.in index 2b580da2..fa9f4500 100644 --- a/librdmacm.spec.in +++ b/librdmacm.spec.in @@ -2,7 +2,7 @@ Name: librdmacm Version: 1.0 -Release: rc2%{?dist} +Release: 1%{?dist} Summary: Userspace RDMA Connection Manager. Group: System Environment/Libraries