Skip to content

Commit eff190d

Browse files
committed
Problem: ABI is not correct for 4.3.0
Solution: bump it to 5.2.0 as new stable APIs have been added
1 parent d411831 commit eff190d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@ else()
10741074
set_target_properties(libzmq PROPERTIES
10751075
COMPILE_DEFINITIONS "DLL_EXPORT"
10761076
PUBLIC_HEADER "${public_headers}"
1077-
VERSION "5.1.6"
1077+
VERSION "5.2.0"
10781078
SOVERSION "5"
10791079
OUTPUT_NAME "zmq"
10801080
PREFIX "lib")

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ AC_SUBST(PACKAGE_VERSION)
4646
# ZeroMQ version 4.3.0: 6:6:1 (ABI version 5)
4747
#
4848
# libzmq -version-info current:revision:age
49-
LTVER="6:6:1"
49+
LTVER="7:0:2"
5050
AC_SUBST(LTVER)
5151

5252
# Take a copy of original flags

0 commit comments

Comments
 (0)