Skip to content

Commit

Permalink
Problem: ABI is not correct for 4.3.0
Browse files Browse the repository at this point in the history
Solution: bump it to 5.2.0 as new stable APIs have been added
  • Loading branch information
bluca committed Nov 28, 2018
1 parent d411831 commit eff190d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,7 @@ else()
set_target_properties(libzmq PROPERTIES
COMPILE_DEFINITIONS "DLL_EXPORT"
PUBLIC_HEADER "${public_headers}"
VERSION "5.1.6"
VERSION "5.2.0"
SOVERSION "5"
OUTPUT_NAME "zmq"
PREFIX "lib")
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ AC_SUBST(PACKAGE_VERSION)
# ZeroMQ version 4.3.0: 6:6:1 (ABI version 5)
#
# libzmq -version-info current:revision:age
LTVER="6:6:1"
LTVER="7:0:2"
AC_SUBST(LTVER)

# Take a copy of original flags
Expand Down

0 comments on commit eff190d

Please sign in to comment.