aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2006-11-02 05:17:41 +0000
committerRoland Dreier <rolandd@cisco.com>2006-11-09 11:36:34 -0800
commit8192f50f8c84ce637d67177fc86a251c6d908786 (patch)
treed1f894b87575c1989c5ccaba42de02dbb6b5956d
parentca17b201f5947597db3c1cfd3d7723811ed5d5bf (diff)
downloadlibibverbs-8192f50f8c84ce637d67177fc86a251c6d908786.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.in9
3 files changed, 14 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index 42a35c7..58104ab 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.4, openib-general@openib.org)
+AC_INIT(libibverbs, 1.0.5-pre, 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.4)
+AM_INIT_AUTOMAKE(libibverbs, 1.0.5-pre)
AM_PROG_LIBTOOL
diff --git a/debian/changelog b/debian/changelog
index 8800a50..d2c96b2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libibverbs (1.0.5~pre-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Roland Dreier <rolandd@cisco.com> Wed, 1 Nov 2006 20:55:11 -0800
+
libibverbs (1.0.4-1) unstable; urgency=low
* New upstream release.
diff --git a/libibverbs.spec.in b/libibverbs.spec.in
index 3ae860f..7a5bd99 100644
--- a/libibverbs.spec.in
+++ b/libibverbs.spec.in
@@ -3,14 +3,14 @@
%define ver @VERSION@
Name: libibverbs
-Version: 1.0.4
-Release: 1%{?dist}
+Version: 1.0.5
+Release: 0.1.pre%{?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.4.tar.gz
+Source: http://openib.org/downloads/libibverbs-1.0.5-pre.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
+* Wed Nov 1 2006 Roland Dreier <rdreier@cisco.com> - 1.0.5-0.1.pre
+- New upstream release
+
* Thu May 4 2006 Roland Dreier <rdreier@cisco.com> - 1.0.4-1
- New upstream release