From 7ecd05f446b208ed4b44b4cf466184035558437d Mon Sep 17 00:00:00 2001 From: Nicolas Morey Date: Tue, 8 Oct 2024 08:21:14 +0200 Subject: [PATCH] Bump to version 53.1 Signed-off-by: Nicolas Morey --- CMakeLists.txt | 2 +- debian/changelog | 6 ++++++ redhat/rdma-core.spec | 2 +- suse/rdma-core.spec | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 00947475e..5339b488b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -79,7 +79,7 @@ endif() set(PACKAGE_NAME "RDMA") # See Documentation/versioning.md -set(PACKAGE_VERSION "53.0") +set(PACKAGE_VERSION "53.1") # When this is changed the values in these files need changing too: # debian/control # debian/libibverbs1.symbols diff --git a/debian/changelog b/debian/changelog index 20299a55e..be67480c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +rdma-core (53.1-1) unstable; urgency=low + + * New upstream release. + + -- Nicolas Morey Tue, 08 Oct 2024 08:21:14 +0200 + rdma-core (53.0-1) unstable; urgency=medium * New upstream release. diff --git a/redhat/rdma-core.spec b/redhat/rdma-core.spec index 1dda527fb..2db13b406 100644 --- a/redhat/rdma-core.spec +++ b/redhat/rdma-core.spec @@ -1,5 +1,5 @@ Name: rdma-core -Version: 53.0 +Version: 53.1 Release: 1%{?dist} Summary: RDMA core userspace libraries and daemons diff --git a/suse/rdma-core.spec b/suse/rdma-core.spec index d632a9c47..eb2ed92c9 100644 --- a/suse/rdma-core.spec +++ b/suse/rdma-core.spec @@ -28,7 +28,7 @@ %define git_ver %{nil} Name: rdma-core -Version: 53.0 +Version: 53.1 Release: 0 Summary: RDMA core userspace libraries and daemons License: BSD-2-Clause OR GPL-2.0-only