Skip to content

Commit

Permalink
Merge pull request #1583 from bluca/regen
Browse files Browse the repository at this point in the history
Problem: want to release 4.0.2
  • Loading branch information
c-rack authored Dec 31, 2016
2 parents 1e41bf6 + b0b415b commit 5dafff4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,9 @@ set_target_properties(czmq
set_target_properties(czmq
PROPERTIES LIBRARY_OUTPUT_DIRECTORY "${SOURCE_DIR}/src"
)
set_target_properties (czmq
PROPERTIES SOVERSION "4.0.2"
)
target_link_libraries(czmq
${ZEROMQ_LIBRARIES} ${MORE_LIBRARIES}
)
Expand Down
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CZMQ version 4.0.2 stable, released on 201x/xx/xx
CZMQ version 4.0.2 stable, released on 2016/12/31
=================================================

* Fixed #1559 - DRAFT zsock_new_*_checked symbols leak
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ AC_SUBST(PACKAGE_VERSION)
#
# Libtool -version-info (ABI version)
#
# Currently 2.0.1 ("stable"). Don't change this unless you
# Currently 4:2:0 ("stable"). Don't change this unless you
# know exactly what you're doing and have read and understand
# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
#
# libczmq -version-info
LTVER="4:0:0"
LTVER="4:2:0"
AC_SUBST(LTVER)

# Capture c flags
Expand Down
1 change: 1 addition & 0 deletions project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
>
<include filename = "license.xml" />
<version major = "4" minor = "0" patch = "2" />
<abi current = "4" revision = "2" age = "0" />
<use project = "libzmq" />
<use project = "uuid" optional = "1" implied = "1" />
<use project = "systemd" optional = "1" implied = "1" min_major = "200" />
Expand Down

0 comments on commit 5dafff4

Please sign in to comment.