summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMartin Lucina <mato@kotelna.sk>2010-02-11 17:51:47 +0100
committerMartin Lucina <mato@kotelna.sk>2010-02-11 17:51:47 +0100
commit7f7ac843d58b3d8a77f681fa4c35bd21726b6f31 (patch)
treea39359d7223d287410b2c428a24d31ed0106461d /configure.in
parentde41c9da31246314bb2b0c55dfe3b2884d48df3b (diff)
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.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index a3e27fb..6b788c7 100644
--- a/configure.in
+++ b/configure.in
@@ -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)