Skip to content

Commit

Permalink
Version changed to 3.1.0
Browse files Browse the repository at this point in the history
This version downgrade is done because of the previous refatoring.
It removed all the new features and reintroduced some of the old
ones (identities). Thus, it made trunk much closer to existing 3.0
branch than it used to be.

Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
  • Loading branch information
sustrik committed Nov 5, 2011
1 parent 21a0b49 commit fe81827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/zmq.h
Expand Up @@ -55,8 +55,8 @@ extern "C" {
/******************************************************************************/

/* Version macros for compile-time API version detection */
#define ZMQ_VERSION_MAJOR 4
#define ZMQ_VERSION_MINOR 0
#define ZMQ_VERSION_MAJOR 3
#define ZMQ_VERSION_MINOR 1
#define ZMQ_VERSION_PATCH 0

#define ZMQ_MAKE_VERSION(major, minor, patch) \
Expand Down

0 comments on commit fe81827

Please sign in to comment.