From 94d253e16f1df162abe12dd9a243c4d9595e5d5a Mon Sep 17 00:00:00 2001 From: Nicolas Morey Date: Wed, 29 May 2024 17:11:26 +0200 Subject: [PATCH] Bump to version 38.9 Signed-off-by: Nicolas Morey --- CMakeLists.txt | 2 +- buildlib/centos6.spec | 2 +- debian/changelog | 6 ++++++ redhat/rdma-core.spec | 2 +- suse/rdma-core.spec | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 390e44047..204b2b810 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -77,7 +77,7 @@ endif() set(PACKAGE_NAME "RDMA") # See Documentation/versioning.md -set(PACKAGE_VERSION "38.8") +set(PACKAGE_VERSION "38.9") # When this is changed the values in these files need changing too: # debian/control # debian/libibverbs1.symbols diff --git a/buildlib/centos6.spec b/buildlib/centos6.spec index 1ff576b3a..a3194f693 100644 --- a/buildlib/centos6.spec +++ b/buildlib/centos6.spec @@ -1,5 +1,5 @@ Name: rdma-core -Version: 38.8 +Version: 38.9 Release: 1%{?dist} Summary: RDMA core userspace libraries and daemons diff --git a/debian/changelog b/debian/changelog index c3b2a5c15..53d2ed74c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +rdma-core (38.9-1) unstable; urgency=low + + * New upstream release. + + -- Nicolas Morey Wed, 29 May 2024 17:11:26 +0200 + rdma-core (38.8-1) unstable; urgency=low * New upstream release. diff --git a/redhat/rdma-core.spec b/redhat/rdma-core.spec index 517c2d255..45b9ae44d 100644 --- a/redhat/rdma-core.spec +++ b/redhat/rdma-core.spec @@ -1,5 +1,5 @@ Name: rdma-core -Version: 38.8 +Version: 38.9 Release: 1%{?dist} Summary: RDMA core userspace libraries and daemons diff --git a/suse/rdma-core.spec b/suse/rdma-core.spec index b4cbb8f5f..bbb917805 100644 --- a/suse/rdma-core.spec +++ b/suse/rdma-core.spec @@ -23,7 +23,7 @@ %define git_ver %{nil} Name: rdma-core -Version: 38.8 +Version: 38.9 Release: 0 Summary: RDMA core userspace libraries and daemons License: GPL-2.0-only OR BSD-2-Clause