From 750f32a094a897d7c64c5b101208dd9bc62a1896 Mon Sep 17 00:00:00 2001 From: Nicolas Morey Date: Mon, 22 Jan 2024 14:59:35 +0100 Subject: [PATCH] Bump to version 39.7 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 5b0fff775..4f256df1e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -77,7 +77,7 @@ endif() set(PACKAGE_NAME "RDMA") # See Documentation/versioning.md -set(PACKAGE_VERSION "39.6") +set(PACKAGE_VERSION "39.7") # 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 e5271d69a..af84de452 100644 --- a/buildlib/centos6.spec +++ b/buildlib/centos6.spec @@ -1,5 +1,5 @@ Name: rdma-core -Version: 39.6 +Version: 39.7 Release: 1%{?dist} Summary: RDMA core userspace libraries and daemons diff --git a/debian/changelog b/debian/changelog index a9687ea19..5f6ddfc7b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +rdma-core (39.7-1) unstable; urgency=low + + * New upstream release. + + -- Nicolas Morey Mon, 22 Jan 2024 14:59:35 +0100 + rdma-core (39.6-1) unstable; urgency=low * New upstream release. diff --git a/redhat/rdma-core.spec b/redhat/rdma-core.spec index 4c303b9c5..fd8970091 100644 --- a/redhat/rdma-core.spec +++ b/redhat/rdma-core.spec @@ -1,5 +1,5 @@ Name: rdma-core -Version: 39.6 +Version: 39.7 Release: 1%{?dist} Summary: RDMA core userspace libraries and daemons diff --git a/suse/rdma-core.spec b/suse/rdma-core.spec index 04c0ee990..d458088be 100644 --- a/suse/rdma-core.spec +++ b/suse/rdma-core.spec @@ -23,7 +23,7 @@ %define git_ver %{nil} Name: rdma-core -Version: 39.6 +Version: 39.7 Release: 0 Summary: RDMA core userspace libraries and daemons License: GPL-2.0-only OR BSD-2-Clause