aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2006-05-04 20:59:59 +0000
committerRoland Dreier <rolandd@cisco.com>2006-11-09 11:36:01 -0800
commit157e6c076cdcd6c2b9152e27b6c747cae4d5f0e4 (patch)
tree78a2ccb63ca0e2e73076bc134e7cf4d84a412cc9
parentd7c4ee7cd39ee01305780ecda2bc4dded6e7d144 (diff)
downloadlibibverbs-157e6c076cdcd6c2b9152e27b6c747cae4d5f0e4.tar.gz
Bump version number
Signed-off-by: Roland Dreier <rolandd@cisco.com>
-rw-r--r--configure.in4
-rw-r--r--debian/changelog6
-rw-r--r--libibverbs.spec.in7
3 files changed, 13 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index d86f5e4..d9becd6 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.3, openib-general@openib.org)
+AC_INIT(libibverbs, 1.0.4, 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.3)
+AM_INIT_AUTOMAKE(libibverbs, 1.0.4)
AM_PROG_LIBTOOL
diff --git a/debian/changelog b/debian/changelog
index 4b7ae1f..8dce11c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libibverbs (1.0.4-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Roland Dreier <rolandd@cisco.com> Thu, 4 May 2006 13:46:44 -0700
+
libibverbs (1.0.3-1) unstable; urgency=low
* Change priority to extra, since libibverbs depends on libsysfs2, which
diff --git a/libibverbs.spec.in b/libibverbs.spec.in
index fb3b957..3ae860f 100644
--- a/libibverbs.spec.in
+++ b/libibverbs.spec.in
@@ -3,14 +3,14 @@
%define ver @VERSION@
Name: libibverbs
-Version: 1.0.3
+Version: 1.0.4
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.3.tar.gz
+Source: http://openib.org/downloads/libibverbs-1.0.4.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: %{_includedir}/sysfs/libsysfs.h
@@ -77,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/*
%changelog
+* Thu May 4 2006 Roland Dreier <rdreier@cisco.com> - 1.0.4-1
+- New upstream release
+
* Mon Mar 14 2006 Roland Dreier <rdreier@cisco.com> - 1.0.3-1
- New upstream release