From 8015794b81ee3634df54da639e1e91e248fcb83c Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Tue, 8 Nov 2016 12:54:53 +0000 Subject: [PATCH] Problem: 4.2.0 is out, time to bump version for development Solution: update NEWS, include/zmq.h and packaging --- NEWS | 4 ++++ include/zmq.h | 2 +- packaging/debian/changelog | 2 +- packaging/debian/zeromq.dsc.obs | 2 +- packaging/redhat/zeromq.spec | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index ef967dcf..ad44157d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +0MQ version 4.2.1 stable, released on 201x/xx/xx +============================================= + + 0MQ version 4.2.0 stable, released on 2016/11/04 ============================================= diff --git a/include/zmq.h b/include/zmq.h index 0f466450..322f2276 100644 --- a/include/zmq.h +++ b/include/zmq.h @@ -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 0 +#define ZMQ_VERSION_PATCH 1 #define ZMQ_MAKE_VERSION(major, minor, patch) \ ((major) * 10000 + (minor) * 100 + (patch)) diff --git a/packaging/debian/changelog b/packaging/debian/changelog index a663b878..ab17aec1 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,4 +1,4 @@ -zeromq (4.2.0) UNRELEASED; urgency=low +zeromq (4.2.1) UNRELEASED; urgency=low * Initial packaging. diff --git a/packaging/debian/zeromq.dsc.obs b/packaging/debian/zeromq.dsc.obs index 1c35fc84..4a47c834 100644 --- a/packaging/debian/zeromq.dsc.obs +++ b/packaging/debian/zeromq.dsc.obs @@ -2,7 +2,7 @@ Format: 3.0 (quilt) Source: zeromq Binary: libzmq5, libzmq3-dev, libzmq5-dbg Architecture: any -Version: 4.2.0 +Version: 4.2.1 Maintainer: libzmq Developers Homepage: http://www.zeromq.org/ Standards-Version: 3.9.8 diff --git a/packaging/redhat/zeromq.spec b/packaging/redhat/zeromq.spec index 7e29f068..0e0486a6 100644 --- a/packaging/redhat/zeromq.spec +++ b/packaging/redhat/zeromq.spec @@ -10,7 +10,7 @@ %endif %define lib_name libzmq5 Name: zeromq -Version: 4.2.0 +Version: 4.2.1 Release: 1%{?dist} Summary: The ZeroMQ messaging library Group: Applications/Internet