Skip to content

Commit 0c95053

Browse files
committed
Problem: out of date with zproject
Solution: regenerate
1 parent fff9673 commit 0c95053

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,9 @@ set_target_properties(czmq
242242
set_target_properties(czmq
243243
PROPERTIES LIBRARY_OUTPUT_DIRECTORY "${SOURCE_DIR}/src"
244244
)
245+
set_target_properties (czmq
246+
PROPERTIES SOVERSION "4.0.2"
247+
)
245248
target_link_libraries(czmq
246249
${ZEROMQ_LIBRARIES} ${MORE_LIBRARIES}
247250
)

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ AC_SUBST(PACKAGE_VERSION)
3131
#
3232
# Libtool -version-info (ABI version)
3333
#
34-
# Currently 2.0.1 ("stable"). Don't change this unless you
34+
# Currently 4:2:0 ("stable"). Don't change this unless you
3535
# know exactly what you're doing and have read and understand
3636
# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
3737
#
3838
# libczmq -version-info
39-
LTVER="4:0:0"
39+
LTVER="4:2:0"
4040
AC_SUBST(LTVER)
4141

4242
# Capture c flags

0 commit comments

Comments
 (0)