Bump configure.ac version numbers. git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/branches/releases/v2_branch@4370 4407c894-4637-0410-b4f5-ada5f102cad1
diff --git a/configure.ac b/configure.ac index 3a94969..3c9fb7f 100644 --- a/configure.ac +++ b/configure.ac
@@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.65]) -AC_INIT([mingw-w64],[1.0b],[mingw-w64-public@lists.sourceforge.net]) +AC_INIT([mingw-w64],[2.0],[mingw-w64-public@lists.sourceforge.net]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR([AUTHORS]) AC_CONFIG_HEADERS([config.h])
diff --git a/mingw-w64-crt/configure.ac b/mingw-w64-crt/configure.ac index 3f96014..744823d 100644 --- a/mingw-w64-crt/configure.ac +++ b/mingw-w64-crt/configure.ac
@@ -3,7 +3,7 @@ # Use AM_MAINTANER_MODE somewhere in this file once reconfigurations settle down. AC_PREREQ([2.65]) -AC_INIT([mingw-w64-runtime],[1.0b],[mingw-w64-public@lists.sourceforge.net]) +AC_INIT([mingw-w64-runtime],[2.0],[mingw-w64-public@lists.sourceforge.net]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR([ChangeLog]) AC_CONFIG_HEADER([config.h])
diff --git a/mingw-w64-headers/configure.ac b/mingw-w64-headers/configure.ac index f4ec38c..4fcfe8f 100644 --- a/mingw-w64-headers/configure.ac +++ b/mingw-w64-headers/configure.ac
@@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.65]) -AC_INIT([mingw-w64-headers],[1.0b],[mingw-w64-public@lists.sourceforge.net]) +AC_INIT([mingw-w64-headers],[2.0],[mingw-w64-public@lists.sourceforge.net]) AC_CONFIG_SRCDIR([crt/_mingw.h.in]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h])