Skip to content

Commit

Permalink
Merge pull request #352 from rleon/pabi-version
Browse files Browse the repository at this point in the history
Update IBVERBS_PABI_VERSION to 19
  • Loading branch information
rleon authored Jun 28, 2018
2 parents 8cd9d20 + cac8e70 commit 6a66967
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ set(PACKAGE_NAME "RDMA")
set(PACKAGE_VERSION "19.0")
# When this is changed the values in these files need changing too:
# debian/libibverbs1.symbols
set(IBVERBS_PABI_VERSION "18")
set(IBVERBS_PABI_VERSION "19")
set(IBVERBS_PROVIDER_SUFFIX "-rdmav${IBVERBS_PABI_VERSION}.so")

#-------------------------
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: adduser, ${misc:Depends}, ${shlibs:Depends}
Recommends: ibverbs-providers
Breaks: ibverbs-providers (<< 18~)
Breaks: ibverbs-providers (<< 19~)
Description: Library for direct userspace use of RDMA (InfiniBand/iWARP)
libibverbs is a library that allows userspace processes to use RDMA
"verbs" as described in the InfiniBand Architecture Specification and
Expand Down
2 changes: 1 addition & 1 deletion debian/libibverbs1.symbols
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
libibverbs.so.1 libibverbs1 #MINVER#
IBVERBS_1.0@IBVERBS_1.0 1.1.6
IBVERBS_1.1@IBVERBS_1.1 1.1.6
(symver)IBVERBS_PRIVATE_18 18
(symver)IBVERBS_PRIVATE_19 19
ibv_ack_async_event@IBVERBS_1.0 1.1.6
ibv_ack_async_event@IBVERBS_1.1 1.1.6
ibv_ack_cq_events@IBVERBS_1.0 1.1.6
Expand Down

0 comments on commit 6a66967

Please sign in to comment.