File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -242,6 +242,9 @@ set_target_properties(czmq
242242set_target_properties (czmq
243243 PROPERTIES LIBRARY_OUTPUT_DIRECTORY "${SOURCE_DIR} /src"
244244)
245+ set_target_properties (czmq
246+ PROPERTIES SOVERSION "4.0.2"
247+ )
245248target_link_libraries (czmq
246249 ${ZEROMQ_LIBRARIES} ${MORE_LIBRARIES}
247250)
Original file line number Diff line number Diff 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"
4040AC_SUBST ( LTVER )
4141
4242# Capture c flags
You can’t perform that action at this time.
0 commit comments