Skip to content

Commit 5dafff4

Browse files
authored
Merge pull request #1583 from bluca/regen
Problem: want to release 4.0.2
2 parents 1e41bf6 + b0b415b commit 5dafff4

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CMakeLists.txt

+3
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
)

NEWS

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CZMQ version 4.0.2 stable, released on 201x/xx/xx
1+
CZMQ version 4.0.2 stable, released on 2016/12/31
22
=================================================
33

44
* Fixed #1559 - DRAFT zsock_new_*_checked symbols leak

configure.ac

+2-2
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

project.xml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
>
1010
<include filename = "license.xml" />
1111
<version major = "4" minor = "0" patch = "2" />
12+
<abi current = "4" revision = "2" age = "0" />
1213
<use project = "libzmq" />
1314
<use project = "uuid" optional = "1" implied = "1" />
1415
<use project = "systemd" optional = "1" implied = "1" min_major = "200" />

0 commit comments

Comments
 (0)