0
0
mirror of https://github.com/zeromq/libzmq.git synced 2024-12-26 23:01:04 +08:00

Merge pull request #4126 from bluca/news

Problem: 4.3.4 is out, need new version
This commit is contained in:
Simon Giesecke 2021-01-17 16:57:48 +01:00 committed by GitHub
commit 53104ec1b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 8 additions and 7 deletions

View File

@ -1370,7 +1370,7 @@ else()
# NOTE: the SOVERSION and VERSION MUST be the same as the one generated by libtool! It is NOT the same as the
# version of the package.
set_target_properties(
libzmq PROPERTIES COMPILE_DEFINITIONS "DLL_EXPORT" PUBLIC_HEADER "${public_headers}" VERSION "5.2.4"
libzmq PROPERTIES COMPILE_DEFINITIONS "DLL_EXPORT" PUBLIC_HEADER "${public_headers}" VERSION "5.2.5"
SOVERSION "5" OUTPUT_NAME "${ZMQ_OUTPUT_BASENAME}" PREFIX "lib")
if(ZMQ_BUILD_FRAMEWORK)
set_target_properties(

2
NEWS
View File

@ -1,4 +1,4 @@
0MQ version 4.3.4 stable, released on 2020/01/17
0MQ version 4.3.4 stable, released on 2021/01/17
================================================
* New DRAFT (see NEWS for 4.2.0) socket option:

View File

@ -52,9 +52,10 @@ AC_SUBST(PACKAGE_VERSION)
# ZeroMQ version 4.3.2: 7:2:2 (ABI version 5)
# ZeroMQ version 4.3.3: 7:3:2 (ABI version 5)
# ZeroMQ version 4.3.4: 7:4:2 (ABI version 5)
# ZeroMQ version 4.3.5: 7:5:2 (ABI version 5)
#
# libzmq -version-info current:revision:age
LTVER="7:4:2"
LTVER="7:5:2"
AC_SUBST(LTVER)
# Take a copy of original flags

View File

@ -41,7 +41,7 @@
/* Version macros for compile-time API version detection */
#define ZMQ_VERSION_MAJOR 4
#define ZMQ_VERSION_MINOR 3
#define ZMQ_VERSION_PATCH 4
#define ZMQ_VERSION_PATCH 5
#define ZMQ_MAKE_VERSION(major, minor, patch) \
((major) *10000 + (minor) *100 + (patch))

View File

@ -1,4 +1,4 @@
zeromq (4.3.4-0.1) UNRELEASED; urgency=low
zeromq (4.3.5-0.1) UNRELEASED; urgency=low
* Initial packaging.

View File

@ -2,7 +2,7 @@ Format: 3.0 (quilt)
Source: zeromq
Binary: libzmq5, libzmq3-dev, libzmq5-dbg
Architecture: any
Version: 4.3.4-0.1
Version: 4.3.5-0.1
Maintainer: libzmq Developers <zeromq-dev@lists.zeromq.org>
Homepage: http://www.zeromq.org/
Standards-Version: 3.9.8

View File

@ -10,7 +10,7 @@
%endif
%define lib_name libzmq5
Name: zeromq
Version: 4.3.4
Version: 4.3.5
Release: 1%{?dist}
Summary: The ZeroMQ messaging library
Group: Applications/Internet