Next 0MQ release will be 2.0.6

As decided on the mailing list, there have been five 2.x releases to
date, so the upcoming release will be numbered 2.0.6.
This commit is contained in:
Martin Lucina 2010-02-11 17:51:47 +01:00
parent de41c9da31
commit 7f7ac843d5

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