mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-06 08:41:15 +01:00
Update version number to 2.0.8
This commit is contained in:
parent
b66dd7afd2
commit
c06a3cc510
@ -28,7 +28,7 @@
|
|||||||
// 0MQ version information
|
// 0MQ version information
|
||||||
#define PACKAGE_VERSION_MAJOR 2
|
#define PACKAGE_VERSION_MAJOR 2
|
||||||
#define PACKAGE_VERSION_MINOR 0
|
#define PACKAGE_VERSION_MINOR 0
|
||||||
#define PACKAGE_VERSION_PATCH 7
|
#define PACKAGE_VERSION_PATCH 8
|
||||||
|
|
||||||
#define ZMQ_HAVE_WINDOWS
|
#define ZMQ_HAVE_WINDOWS
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ AC_PREREQ(2.61)
|
|||||||
# The version in git should reflect the *next* version planned.
|
# The version in git should reflect the *next* version planned.
|
||||||
# Version must be MAJOR.MINOR.PATCH otherwise things will break.
|
# Version must be MAJOR.MINOR.PATCH otherwise things will break.
|
||||||
#
|
#
|
||||||
AC_INIT([zeromq],[2.0.7],[zeromq-dev@lists.zeromq.org])
|
AC_INIT([zeromq],[2.0.8],[zeromq-dev@lists.zeromq.org])
|
||||||
|
|
||||||
AC_CONFIG_AUX_DIR(config)
|
AC_CONFIG_AUX_DIR(config)
|
||||||
AC_CONFIG_MACRO_DIR(config)
|
AC_CONFIG_MACRO_DIR(config)
|
||||||
|
Loading…
Reference in New Issue
Block a user