From 05c572420c93ee8bdd627ff65a295a4393723dc3 Mon Sep 17 00:00:00 2001 From: Nicolas Morey Date: Mon, 22 Jan 2024 14:59:35 +0100 Subject: [PATCH] Bump to version 38.8 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 c04bc3c50..390e44047 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -77,7 +77,7 @@ endif() set(PACKAGE_NAME "RDMA") # See Documentation/versioning.md -set(PACKAGE_VERSION "38.7") +set(PACKAGE_VERSION "38.8") # 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 450632e12..1ff576b3a 100644 --- a/buildlib/centos6.spec +++ b/buildlib/centos6.spec @@ -1,5 +1,5 @@ Name: rdma-core -Version: 38.7 +Version: 38.8 Release: 1%{?dist} Summary: RDMA core userspace libraries and daemons diff --git a/debian/changelog b/debian/changelog index ef26ef047..c3b2a5c15 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +rdma-core (38.8-1) unstable; urgency=low + + * New upstream release. + + -- Nicolas Morey Mon, 22 Jan 2024 14:59:35 +0100 + rdma-core (38.7-1) unstable; urgency=low * New upstream release. diff --git a/redhat/rdma-core.spec b/redhat/rdma-core.spec index f9d6f9408..517c2d255 100644 --- a/redhat/rdma-core.spec +++ b/redhat/rdma-core.spec @@ -1,5 +1,5 @@ Name: rdma-core -Version: 38.7 +Version: 38.8 Release: 1%{?dist} Summary: RDMA core userspace libraries and daemons diff --git a/suse/rdma-core.spec b/suse/rdma-core.spec index d11b70a91..b4cbb8f5f 100644 --- a/suse/rdma-core.spec +++ b/suse/rdma-core.spec @@ -23,7 +23,7 @@ %define git_ver %{nil} Name: rdma-core -Version: 38.7 +Version: 38.8 Release: 0 Summary: RDMA core userspace libraries and daemons License: GPL-2.0-only OR BSD-2-Clause