mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-09 07:16:04 +00:00
'master' will become 2.1.x release
This commit is contained in:
parent
1e089f7163
commit
b7e0fa972f
@ -27,8 +27,8 @@
|
||||
|
||||
// 0MQ version information
|
||||
#define PACKAGE_VERSION_MAJOR 2
|
||||
#define PACKAGE_VERSION_MINOR 0
|
||||
#define PACKAGE_VERSION_PATCH 8
|
||||
#define PACKAGE_VERSION_MINOR 1
|
||||
#define PACKAGE_VERSION_PATCH 0
|
||||
|
||||
#define ZMQ_HAVE_WINDOWS
|
||||
|
||||
|
@ -6,7 +6,7 @@ AC_PREREQ(2.61)
|
||||
# The version in git should reflect the *next* version planned.
|
||||
# Version must be MAJOR.MINOR.PATCH otherwise things will break.
|
||||
#
|
||||
AC_INIT([zeromq],[2.0.8],[zeromq-dev@lists.zeromq.org])
|
||||
AC_INIT([zeromq],[2.1.0],[zeromq-dev@lists.zeromq.org])
|
||||
|
||||
AC_CONFIG_AUX_DIR(config)
|
||||
AC_CONFIG_MACRO_DIR(config)
|
||||
|
Loading…
x
Reference in New Issue
Block a user