summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@fastmq.commkdir>2010-01-07 14:45:13 +0100
committerMartin Sustrik <sustrik@fastmq.commkdir>2010-01-07 14:45:13 +0100
commit9fc8827b8a8e9d842b85b7f7f9790fc0a2ef88f6 (patch)
treeaf54c7d55ba713b88eff391f8cbbeca9d3fdb99b
parentddf5f75549f01a0615ee3f49b6b5d53aefd8fbd2 (diff)
parente9a4ad38ce04ee21a7f81d5a36e3c58cf7138f5d (diff)
Merge branch 'master' of git@github.com:sustrik/zeromq2
-rw-r--r--configure.in2
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)