diff options
author | malosek <malosek@fastmq.com> | 2010-01-06 20:10:27 +0100 |
---|---|---|
committer | malosek <malosek@fastmq.com> | 2010-01-06 20:10:27 +0100 |
commit | e9a4ad38ce04ee21a7f81d5a36e3c58cf7138f5d (patch) | |
tree | cf9ddd46fe2bb4a98013fae1ddc5c645ce9e786b | |
parent | 7546526e667b35c05c80515d651e950a771813e1 (diff) |
updated version to 2.0-beta1 in configure.in
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index ba7a302..551524b 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],[dev],[http://www.zeromq.org]) +AC_INIT([zeromq],[2.0-beta1],[http://www.zeromq.org]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR(config) AM_CONFIG_HEADER(src/platform.hpp) |