]> granicus.if.org Git - python/commitdiff
Bump the version number in more places
authorGuido van Rossum <guido@python.org>
Wed, 18 Apr 2001 04:37:57 +0000 (04:37 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 18 Apr 2001 04:37:57 +0000 (04:37 +0000)
README
config.h.in
configure
configure.in

diff --git a/README b/README
index c0c0f66708d22cffe8a8591eae43e6da87566be0..18e8230a59c610147c3f4d745b75558e44e0f532 100644 (file)
--- 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.
index 75d4c2ea804e58e41f0671fff39d29a3614ddf9d..1e97f97e74c477303afb98eeb52fca5d7f6f0916 100644 (file)
 /* 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
 
 /* 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
 
 /* Define if you have the waitpid function.  */
 #undef HAVE_WAITPID
 
-/* Define if you have the <db_185.h> header file.  */
-#undef HAVE_DB_185_H
+/* Define if you have the <db.h> header file.  */
+#undef HAVE_DB_H
 
 /* Define if you have the <db1/ndbm.h> header file.  */
 #undef HAVE_DB1_NDBM_H
 
-/* Define if you have the <db.h> header file.  */
-#undef HAVE_DB_H
+/* Define if you have the <db_185.h> header file.  */
+#undef HAVE_DB_185_H
 
 /* Define if you have the <dirent.h> header file.  */
 #undef HAVE_DIRENT_H
index 8fd3a747b99aa8d38bfa5d73a50c3c94a5410ac1..f6fc007186e6cfab71e60f0a74618cb609c803b8 100755 (executable)
--- 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.
 
index 9fe7a9f10a13b523fe5eba39d7455254ba3b1ea3..2972d747b4d7b1ec28acc236758d7a93ab965579 100644 (file)
@@ -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)