Skip to content

Commit 19fa263

Browse files
committed
Update library version to be 43.0
Signed-off-by: Leon Romanovsky <[email protected]>
1 parent 196bad5 commit 19fa263

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CMakeLists.txt

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

7979
# See Documentation/versioning.md
80-
set(PACKAGE_VERSION "42.0")
80+
set(PACKAGE_VERSION "43.0")
8181
# When this is changed the values in these files need changing too:
8282
# debian/control
8383
# debian/libibverbs1.symbols

buildlib/centos6.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: 42.0
2+
Version: 43.0
33
Release: 1%{?dist}
44
Summary: RDMA core userspace libraries and daemons
55

debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
rdma-core (42.0-1) unstable; urgency=medium
1+
rdma-core (43.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: 42.0
2+
Version: 43.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: 42.0
31+
Version: 43.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)