aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2006-02-15 22:36:17 +0000
committerRoland Dreier <rolandd@cisco.com>2006-11-09 11:35:59 -0800
commitc9da74e838634bca14841eee888b3f89f609ffab (patch)
tree70a19076533b4b895110a658e44ead6bf83dc984
parent993dd8b2a83e526287274d74356763320a3671dc (diff)
downloadlibibverbs-c9da74e838634bca14841eee888b3f89f609ffab.tar.gz
Bump libibverbs version number to 1.0-rc7
Signed-off-by: Roland Dreier <rolandd@cisco.com>
-rw-r--r--configure.in4
-rw-r--r--debian/changelog4
-rw-r--r--libibverbs.spec.in7
3 files changed, 9 insertions, 6 deletions
diff --git a/configure.in b/configure.in
index d1b5ea7..0bdf56c 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-rc6, openib-general@openib.org)
+AC_INIT(libibverbs, 1.0-rc7, 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-rc6)
+AM_INIT_AUTOMAKE(libibverbs, 1.0-rc7)
AM_PROG_LIBTOOL
diff --git a/debian/changelog b/debian/changelog
index ffd29f8..74ec55d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
-libibverbs (1.0-rc6) unstable; urgency=low
+libibverbs (1.0-rc7) unstable; urgency=low
* Initial Release. (Closes: #325752)
- -- Roland Dreier <rolandd@cisco.com> Tue, 30 Aug 2005 11:21:59 -0700
+ -- Roland Dreier <rolandd@cisco.com> Wed, 15 Feb 2006 11:21:59 -0700
diff --git a/libibverbs.spec.in b/libibverbs.spec.in
index 481a791..f8c55be 100644
--- a/libibverbs.spec.in
+++ b/libibverbs.spec.in
@@ -4,13 +4,13 @@
Name: libibverbs
Version: 1.0
-Release: 0.4.rc6%{?dist}
+Release: 0.5.rc7%{?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-rc6.tar.gz
+Source: http://openib.org/downloads/libibverbs-1.0-rc7.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
+* Wed Feb 15 2006 Roland Dreier <rolandd@cisco.com> - 1.0-0.5.rc7
+- New upstream release
+
* Sun Jan 22 2006 Roland Dreier <rolandd@cisco.com> - 1.0-0.4.rc6
- New upstream release