changed version of the master branch back to dev

This commit is contained in:
malosek 2010-01-27 18:29:45 +01:00
parent 0b97e7a4f2
commit 2056c888d2

View File

@ -1,7 +1,7 @@
# -*- Autoconf -*- # -*- Autoconf -*-
# Process this file with autoconf to produce a configure script. # Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61) 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_AUX_DIR(config)
AC_CONFIG_MACRO_DIR(config) AC_CONFIG_MACRO_DIR(config)
AM_CONFIG_HEADER(src/platform.hpp) AM_CONFIG_HEADER(src/platform.hpp)