mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +01:00
Problem: 4.2.4 is out, version is out of date
Solution: bump to 4.2.5
This commit is contained in:
parent
44f7158b29
commit
f0378bfbf7
@ -936,7 +936,7 @@ else ()
|
||||
set_target_properties (libzmq PROPERTIES
|
||||
COMPILE_DEFINITIONS "DLL_EXPORT"
|
||||
PUBLIC_HEADER "${public_headers}"
|
||||
VERSION "5.1.4"
|
||||
VERSION "5.1.5"
|
||||
SOVERSION "5"
|
||||
OUTPUT_NAME "zmq"
|
||||
PREFIX "lib")
|
||||
|
4
NEWS
4
NEWS
@ -1,3 +1,7 @@
|
||||
0MQ version 4.2.5 stable, released on 20xx/xx/xx
|
||||
================================================
|
||||
|
||||
|
||||
0MQ version 4.2.4 stable, released on 2018/03/21
|
||||
================================================
|
||||
|
||||
|
@ -42,9 +42,10 @@ AC_SUBST(PACKAGE_VERSION)
|
||||
# ZeroMQ version 4.2.2: 6:2:1 (ABI version 5)
|
||||
# ZeroMQ version 4.2.3: 6:3:1 (ABI version 5)
|
||||
# ZeroMQ version 4.2.4: 6:4:1 (ABI version 5)
|
||||
# ZeroMQ version 4.2.5: 6:5:1 (ABI version 5)
|
||||
#
|
||||
# libzmq -version-info current:revision:age
|
||||
LTVER="6:4:1"
|
||||
LTVER="6:5:1"
|
||||
AC_SUBST(LTVER)
|
||||
|
||||
# Take a copy of original flags
|
||||
|
@ -41,7 +41,7 @@
|
||||
/* Version macros for compile-time API version detection */
|
||||
#define ZMQ_VERSION_MAJOR 4
|
||||
#define ZMQ_VERSION_MINOR 2
|
||||
#define ZMQ_VERSION_PATCH 4
|
||||
#define ZMQ_VERSION_PATCH 5
|
||||
|
||||
#define ZMQ_MAKE_VERSION(major, minor, patch) \
|
||||
((major) *10000 + (minor) *100 + (patch))
|
||||
|
@ -1,4 +1,4 @@
|
||||
zeromq (4.2.4) UNRELEASED; urgency=low
|
||||
zeromq (4.2.5) UNRELEASED; urgency=low
|
||||
|
||||
* Initial packaging.
|
||||
|
||||
|
@ -2,7 +2,7 @@ Format: 3.0 (quilt)
|
||||
Source: zeromq
|
||||
Binary: libzmq5, libzmq3-dev, libzmq5-dbg
|
||||
Architecture: any
|
||||
Version: 4.2.4
|
||||
Version: 4.2.5
|
||||
Maintainer: libzmq Developers <zeromq-dev@lists.zeromq.org>
|
||||
Homepage: http://www.zeromq.org/
|
||||
Standards-Version: 3.9.8
|
||||
|
@ -10,7 +10,7 @@
|
||||
%endif
|
||||
%define lib_name libzmq5
|
||||
Name: zeromq
|
||||
Version: 4.2.4
|
||||
Version: 4.2.5
|
||||
Release: 1%{?dist}
|
||||
Summary: The ZeroMQ messaging library
|
||||
Group: Applications/Internet
|
||||
|
Loading…
Reference in New Issue
Block a user