mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-27 15:41:05 +08:00
Problem: wrong new version
Solution: bump back from 4.3.1 to 4.3.0
This commit is contained in:
parent
efc9a3021f
commit
1f3d4dfbea
2
NEWS
2
NEWS
@ -1,4 +1,4 @@
|
|||||||
0MQ version 4.3.1 stable, released on 20xx/xx/xx
|
0MQ version 4.3.0 stable, released on 20xx/xx/xx
|
||||||
================================================
|
================================================
|
||||||
|
|
||||||
* The following DRAFT APIs have been marked as STABLE and will not change
|
* The following DRAFT APIs have been marked as STABLE and will not change
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
/* Version macros for compile-time API version detection */
|
/* Version macros for compile-time API version detection */
|
||||||
#define ZMQ_VERSION_MAJOR 4
|
#define ZMQ_VERSION_MAJOR 4
|
||||||
#define ZMQ_VERSION_MINOR 3
|
#define ZMQ_VERSION_MINOR 3
|
||||||
#define ZMQ_VERSION_PATCH 1
|
#define ZMQ_VERSION_PATCH 0
|
||||||
|
|
||||||
#define ZMQ_MAKE_VERSION(major, minor, patch) \
|
#define ZMQ_MAKE_VERSION(major, minor, patch) \
|
||||||
((major) *10000 + (minor) *100 + (patch))
|
((major) *10000 + (minor) *100 + (patch))
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
zeromq (4.3.1) UNRELEASED; urgency=low
|
zeromq (4.3.0) UNRELEASED; urgency=low
|
||||||
|
|
||||||
* Initial packaging.
|
* Initial packaging.
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ Format: 3.0 (quilt)
|
|||||||
Source: zeromq
|
Source: zeromq
|
||||||
Binary: libzmq5, libzmq3-dev, libzmq5-dbg
|
Binary: libzmq5, libzmq3-dev, libzmq5-dbg
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Version: 4.3.1
|
Version: 4.3.0
|
||||||
Maintainer: libzmq Developers <zeromq-dev@lists.zeromq.org>
|
Maintainer: libzmq Developers <zeromq-dev@lists.zeromq.org>
|
||||||
Homepage: http://www.zeromq.org/
|
Homepage: http://www.zeromq.org/
|
||||||
Standards-Version: 3.9.8
|
Standards-Version: 3.9.8
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%define lib_name libzmq5
|
%define lib_name libzmq5
|
||||||
Name: zeromq
|
Name: zeromq
|
||||||
Version: 4.3.1
|
Version: 4.3.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The ZeroMQ messaging library
|
Summary: The ZeroMQ messaging library
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
|
Loading…
x
Reference in New Issue
Block a user