diff options
author | Martin Sustrik <sustrik@fastmq.commkdir> | 2010-01-17 17:49:34 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@fastmq.commkdir> | 2010-01-17 17:49:34 +0100 |
commit | f40e3a6931fb6463c349ef765d99515edc569fd7 (patch) | |
tree | 5a644b70300e8312d4d7b9ad761b0485751deb99 | |
parent | 51e012c446b500fe3dfb46b6475ebf018ecfeaa0 (diff) |
version number bumped
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 551524b..879e221 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([zeromq],[2.0-beta1],[http://www.zeromq.org]) +AC_INIT([zeromq],[2.0-beta2],[http://www.zeromq.org]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR(config) AM_CONFIG_HEADER(src/platform.hpp) |