From: Guido van Rossum Date: Wed, 18 Apr 2001 04:37:57 +0000 (+0000) Subject: Bump the version number in more places X-Git-Tag: v2.2a3~2003 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6db412be4407ec0b81f3c652c9f7f0fad92a78e2;p=python Bump the version number in more places --- diff --git a/README b/README index c0c0f66708..18e8230a59 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This is Python version 2.1 +This is Python version 2.2 ========================== Copyright (c) 2001 Python Software Foundation. diff --git a/config.h.in b/config.h.in index 75d4c2ea80..1e97f97e74 100644 --- a/config.h.in +++ b/config.h.in @@ -269,6 +269,9 @@ /* The number of bytes in a void *. */ #undef SIZEOF_VOID_P +/* Define if you have the _getpty function. */ +#undef HAVE__GETPTY + /* Define if you have the alarm function. */ #undef HAVE_ALARM @@ -356,9 +359,6 @@ /* Define if you have the getpid function. */ #undef HAVE_GETPID -/* Define if you have the _getpty function. */ -#undef HAVE__GETPTY - /* Define if you have the getpwent function. */ #undef HAVE_GETPWENT @@ -518,14 +518,14 @@ /* Define if you have the waitpid function. */ #undef HAVE_WAITPID -/* Define if you have the header file. */ -#undef HAVE_DB_185_H +/* Define if you have the header file. */ +#undef HAVE_DB_H /* Define if you have the header file. */ #undef HAVE_DB1_NDBM_H -/* Define if you have the header file. */ -#undef HAVE_DB_H +/* Define if you have the header file. */ +#undef HAVE_DB_185_H /* Define if you have the header file. */ #undef HAVE_DIRENT_H diff --git a/configure b/configure index 8fd3a747b9..f6fc007186 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh -# From configure.in Revision: 1.215 +# From configure.in Revision: 1.216 # Guess values for system-dependent variables and create Makefiles. # Generated automatically using autoconf version 2.13 @@ -569,7 +569,7 @@ fi # Set VERSION so we only need to edit in one place (i.e., here) -VERSION=2.1 +VERSION=2.2 # Arguments passed to configure. diff --git a/configure.in b/configure.in index 9fe7a9f10a..2972d747b4 100644 --- a/configure.in +++ b/configure.in @@ -6,7 +6,7 @@ AC_CONFIG_HEADER(config.h) # Set VERSION so we only need to edit in one place (i.e., here) AC_SUBST(VERSION) -VERSION=2.1 +VERSION=2.2 # Arguments passed to configure. AC_SUBST(CONFIG_ARGS)