summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormalosek <malosek@fastmq.com>2010-01-27 18:29:45 +0100
committermalosek <malosek@fastmq.com>2010-01-27 18:29:45 +0100
commit2056c888d2567ab96c3539fd60bfb652e19df335 (patch)
tree90e1aabcc50ae27acadb6c526f5ecbd5c96fd99d
parent0b97e7a4f23f7add763ac6e0fc945c9a342a7d32 (diff)
changed version of the master branch back to dev
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 14da0c2..c7f73e2 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-beta2],[http://www.zeromq.org])
+AC_INIT([zeromq],[dev],[http://www.zeromq.org])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR(config)
AM_CONFIG_HEADER(src/platform.hpp)