aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2006-02-16 18:41:56 +0000
committerRoland Dreier <rolandd@cisco.com>2006-11-09 19:57:05 -0800
commit75fc57670a73e9644e5c1cdeecf255fb861014ec (patch)
treecdb7c0c3bcb62220ab1d7e2df46e75e7024b43e2
parent531a07eb30c33ceb4149a9a6202f977ec4253d2d (diff)
downloadlibmthca-75fc57670a73e9644e5c1cdeecf255fb861014ec.tar.gz
Bump version
Be optimistic and assume that the next release will be 1.0. Signed-off-by: Roland Dreier <rolandd@cisco.com>
-rw-r--r--configure.in4
-rw-r--r--debian/changelog2
-rw-r--r--libmthca.spec.in7
3 files changed, 8 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index 2d50719..26b51e1 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(libmthca, 1.0-rc7, openib-general@openib.org)
+AC_INIT(libmthca, 1.0, openib-general@openib.org)
AC_CONFIG_SRCDIR([src/mthca.h])
AC_CONFIG_AUX_DIR(config)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(libmthca, 1.0-rc7)
+AM_INIT_AUTOMAKE(libmthca, 1.0)
AM_PROG_LIBTOOL
dnl Checks for programs
diff --git a/debian/changelog b/debian/changelog
index a7b6618..263c8b6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libmthca (1.0-rc7) unstable; urgency=low
+libmthca (1.0) unstable; urgency=low
* Initial Release. (Closes: #325753)
diff --git a/libmthca.spec.in b/libmthca.spec.in
index 593e40a..2bf0cdc 100644
--- a/libmthca.spec.in
+++ b/libmthca.spec.in
@@ -4,13 +4,13 @@
Name: libmthca
Version: 1.0
-Release: 0.5.rc7%{?dist}
+Release: 1%{?dist}
Summary: Mellanox InfiniBand HCA Userspace Driver
Group: System Environment/Libraries
License: GPL/BSD
Url: http://openib.org/
-Source: http://openib.org/downloads/libmthca-1.0-rc7.tar.gz
+Source: http://openib.org/downloads/libmthca-1.0.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libibverbs-devel >= 1.0-0.5.rc7
@@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/infiniband/mthca.a
%changelog
+* Thu Feb 16 2006 Roland Dreier <rdreier@cisco.com> - 1.0-1
+- New upstream release
+
* Sun Feb 15 2006 Roland Dreier <rolandd@cisco.com> - 1.0-0.5.rc7
- New upstream release