aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2005-10-26 04:53:27 +0000
committerRoland Dreier <rolandd@cisco.com>2006-11-09 11:35:58 -0800
commit4140a4e646648993ea1998a69c04e51c4318dab2 (patch)
tree60458efdc04ec88000e82ee51cb1e86ae03333c9
parent9c02943812e64538f9b6ffb0481dba63c72f078c (diff)
downloadlibibverbs-4140a4e646648993ea1998a69c04e51c4318dab2.tar.gz
Bump libibverbs version number to 1.0-rc5
Signed-off-by: Roland Dreier <rolandd@cisco.com>
-rw-r--r--configure.in4
-rw-r--r--libibverbs.spec.in7
2 files changed, 7 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index 4381ed2..53e1e9f 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(libibverbs, 1.0-rc4, openib-general@openib.org)
+AC_INIT(libibverbs, 1.0-rc5, openib-general@openib.org)
AC_CONFIG_SRCDIR([src/ibverbs.h])
AC_CONFIG_AUX_DIR(config)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(libibverbs, 1.0-rc4)
+AM_INIT_AUTOMAKE(libibverbs, 1.0-rc5)
AM_PROG_LIBTOOL
diff --git a/libibverbs.spec.in b/libibverbs.spec.in
index 8e5d799..542c3dc 100644
--- a/libibverbs.spec.in
+++ b/libibverbs.spec.in
@@ -4,13 +4,13 @@
Name: libibverbs
Version: 1.0
-Release: 0.2.rc4%{?dist}
+Release: 0.3.rc5%{?dist}
Summary: A library for direct userspace use of InfiniBand
Group: System Environment/Libraries
License: GPL/BSD
Url: http://openib.org/
-Source: http://openib.org/downloads/libibverbs-1.0-rc4.tar.gz
+Source: http://openib.org/downloads/libibverbs-1.0-rc5.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: sysfsutils-devel
@@ -77,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/*
%changelog
+* Tue Oct 25 2005 Roland Dreier <roland@cisco.com> - 1.0-0.3.rc5
+- New upstream release
+
* Wed Oct 5 2005 Roland Dreier <roland@cisco.com> - 1.0-0.2.rc4
- Update to upstream 1.0-rc4 release