aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2006-03-15 00:51:29 +0000
committerRoland Dreier <rolandd@cisco.com>2006-11-09 11:36:00 -0800
commitef8f5a034cdee058d67aa47b158e94e9518876af (patch)
treea685a32665729b868166c50894162a55406a0948
parent1f6eae72c9bd6a228feca1f25692691f5d33d56f (diff)
downloadlibibverbs-ef8f5a034cdee058d67aa47b158e94e9518876af.tar.gz
Bump libibverbs version
Signed-off-by: Roland Dreier <rolandd@cisco.com>
-rw-r--r--configure.in4
-rw-r--r--libibverbs.spec.in6
2 files changed, 5 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index 6530d52..d86f5e4 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.2, openib-general@openib.org)
+AC_INIT(libibverbs, 1.0.3, 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.2)
+AM_INIT_AUTOMAKE(libibverbs, 1.0.3)
AM_PROG_LIBTOOL
diff --git a/libibverbs.spec.in b/libibverbs.spec.in
index 192824f..70eb576 100644
--- a/libibverbs.spec.in
+++ b/libibverbs.spec.in
@@ -3,14 +3,14 @@
%define ver @VERSION@
Name: libibverbs
-Version: 1.0.2
+Version: 1.0.3
Release: 1%{?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.2.tar.gz
+Source: http://openib.org/downloads/libibverbs-1.0.3.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: sysfsutils-devel
@@ -77,7 +77,7 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/*
%changelog
-* Mon Mar 13 2006 Roland Dreier <rdreier@cisco.com> - 1.0.2-1
+* Mon Mar 14 2006 Roland Dreier <rdreier@cisco.com> - 1.0.3-1
- New upstream release
* Mon Mar 13 2006 Roland Dreier <rdreier@cisco.com> - 1.0.1-1