0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-14 09:47:56 +08:00

Version number incremented to 2.0.10

This commit is contained in:
Martin Sustrik 2010-09-04 19:08:55 +02:00
parent ebf3089735
commit 01c463cc89
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
// 0MQ version information
#define PACKAGE_VERSION_MAJOR 2
#define PACKAGE_VERSION_MINOR 0
#define PACKAGE_VERSION_PATCH 9
#define PACKAGE_VERSION_PATCH 10
#define ZMQ_HAVE_WINDOWS

View File

@ -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.9],[zeromq-dev@lists.zeromq.org])
AC_INIT([zeromq],[2.0.10],[zeromq-dev@lists.zeromq.org])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR(config)