From 7d53a04e81e28a76a67328abb5e9fa9885c34c95 Mon Sep 17 00:00:00 2001 From: Simon Giesecke Date: Tue, 21 Aug 2018 13:51:17 +0200 Subject: [PATCH] Set version to 4.3.1 to prepare bugfix release --- zmq.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zmq.hpp b/zmq.hpp index ee41ecf..c73e89e 100644 --- a/zmq.hpp +++ b/zmq.hpp @@ -63,8 +63,8 @@ /* Version macros for compile-time API version detection */ #define CPPZMQ_VERSION_MAJOR 4 -#define CPPZMQ_VERSION_MINOR 4 -#define CPPZMQ_VERSION_PATCH 0 +#define CPPZMQ_VERSION_MINOR 3 +#define CPPZMQ_VERSION_PATCH 1 #define CPPZMQ_VERSION \ ZMQ_MAKE_VERSION(CPPZMQ_VERSION_MAJOR, CPPZMQ_VERSION_MINOR, \