]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
librdmacm: update for release 1.0.2. v1.0.2
authorSean Hefty <sean.hefty@intel.com>
Mon, 9 Jul 2007 17:32:43 +0000 (10:32 -0700)
committerSean Hefty <sean.hefty@intel.com>
Mon, 9 Jul 2007 17:50:17 +0000 (10:50 -0700)
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
configure.in
librdmacm.spec.in

index a25a704d899dc8251665bdcb889ec0eb9d919d3e..ce15f44395b113cdabdb9837817d6c0049940161 100644 (file)
@@ -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, 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)
 
 AM_PROG_LIBTOOL
 
index ac5959305c6f60aeee62565391f40b75aaa013f3..4de6e50e81a2409900a258567c8aafae96e6036a 100644 (file)
@@ -1,7 +1,7 @@
 %define ver @VERSION@
 
 Name: librdmacm
-Version: 1.0.1
+Version: 1.0.2
 Release: 1%{?dist}
 Summary: Userspace RDMA Connection Manager.