Skip to content

Commit 091ddb5

Browse files
committed
Update library version to be 60.0
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
1 parent 92ad54b commit 091ddb5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ endif()
7979
set(PACKAGE_NAME "RDMA")
8080

8181
# See Documentation/versioning.md
82-
set(PACKAGE_VERSION "59.0")
82+
set(PACKAGE_VERSION "60.0")
8383
# When this is changed the values in these files need changing too:
8484
# debian/control
8585
# debian/libibverbs1.symbols

debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
rdma-core (59.0-1) unstable; urgency=medium
1+
rdma-core (60.0-1) unstable; urgency=medium
22

33
* New upstream release.
44

redhat/rdma-core.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: rdma-core
2-
Version: 59.0
2+
Version: 60.0
33
Release: 1%{?dist}
44
Summary: RDMA core userspace libraries and daemons
55

suse/rdma-core.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
%define git_ver %{nil}
3030
Name: rdma-core
31-
Version: 59.0
31+
Version: 60.0
3232
Release: 0
3333
Summary: RDMA core userspace libraries and daemons
3434
License: BSD-2-Clause OR GPL-2.0-only

0 commit comments

Comments
 (0)