File tree 4 files changed +7
-3
lines changed
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -242,6 +242,9 @@ set_target_properties(czmq
242
242
set_target_properties (czmq
243
243
PROPERTIES LIBRARY_OUTPUT_DIRECTORY "${SOURCE_DIR} /src"
244
244
)
245
+ set_target_properties (czmq
246
+ PROPERTIES SOVERSION "4.0.2"
247
+ )
245
248
target_link_libraries (czmq
246
249
${ZEROMQ_LIBRARIES} ${MORE_LIBRARIES}
247
250
)
Original file line number Diff line number Diff line change 1
- CZMQ version 4.0.2 stable, released on 201x/xx/xx
1
+ CZMQ version 4.0.2 stable, released on 2016/12/31
2
2
=================================================
3
3
4
4
* Fixed #1559 - DRAFT zsock_new_*_checked symbols leak
Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ AC_SUBST(PACKAGE_VERSION)
31
31
#
32
32
# Libtool -version-info (ABI version)
33
33
#
34
- # Currently 2.0.1 ("stable"). Don't change this unless you
34
+ # Currently 4:2:0 ("stable"). Don't change this unless you
35
35
# know exactly what you're doing and have read and understand
36
36
# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
37
37
#
38
38
# libczmq -version-info
39
- LTVER="4:0 :0"
39
+ LTVER="4:2 :0"
40
40
AC_SUBST ( LTVER )
41
41
42
42
# Capture c flags
Original file line number Diff line number Diff line change 9
9
>
10
10
<include filename = " license.xml" />
11
11
<version major = " 4" minor = " 0" patch = " 2" />
12
+ <abi current = " 4" revision = " 2" age = " 0" />
12
13
<use project = " libzmq" />
13
14
<use project = " uuid" optional = " 1" implied = " 1" />
14
15
<use project = " systemd" optional = " 1" implied = " 1" min_major = " 200" />
You can’t perform that action at this time.
0 commit comments