[Python-checkins] CVS: python/dist/src README,1.122,1.123 config.h.in,2.91,2.92 configure,1.207,1.208 configure.in,1.215,1.216

Guido van Rossum gvanrossum@users.sourceforge.net
Tue, 17 Apr 2001 21:37:59 -0700


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv961

Modified Files:
	README config.h.in configure configure.in 
Log Message:
Bump the version number in more places

Index: README
===================================================================
RCS file: /cvsroot/python/python/dist/src/README,v
retrieving revision 1.122
retrieving revision 1.123
diff -C2 -r1.122 -r1.123
*** README	2001/04/16 02:07:08	1.122
--- README	2001/04/18 04:37:57	1.123
***************
*** 1,3 ****
! This is Python version 2.1
  ==========================
  
--- 1,3 ----
! This is Python version 2.2
  ==========================
  

Index: config.h.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/config.h.in,v
retrieving revision 2.91
retrieving revision 2.92
diff -C2 -r2.91 -r2.92
*** config.h.in	2001/04/11 20:56:18	2.91
--- config.h.in	2001/04/18 04:37:57	2.92
***************
*** 270,273 ****
--- 270,276 ----
  #undef SIZEOF_VOID_P
  
+ /* Define if you have the _getpty function.  */
+ #undef HAVE__GETPTY
+ 
  /* Define if you have the alarm function.  */
  #undef HAVE_ALARM
***************
*** 357,363 ****
  #undef HAVE_GETPID
  
- /* Define if you have the _getpty function.  */
- #undef HAVE__GETPTY
- 
  /* Define if you have the getpwent function.  */
  #undef HAVE_GETPWENT
--- 360,363 ----
***************
*** 519,530 ****
  #undef HAVE_WAITPID
  
! /* Define if you have the <db_185.h> header file.  */
! #undef HAVE_DB_185_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 <dirent.h> header file.  */
--- 519,530 ----
  #undef HAVE_WAITPID
  
! /* 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_185.h> header file.  */
! #undef HAVE_DB_185_H
  
  /* Define if you have the <dirent.h> header file.  */

Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.207
retrieving revision 1.208
diff -C2 -r1.207 -r1.208
*** configure	2001/04/11 20:56:18	1.207
--- configure	2001/04/18 04:37:57	1.208
***************
*** 1,5 ****
  #! /bin/sh
  
! # From configure.in Revision: 1.215 
  
  # Guess values for system-dependent variables and create Makefiles.
--- 1,5 ----
  #! /bin/sh
  
! # From configure.in Revision: 1.216 
  
  # Guess values for system-dependent variables and create Makefiles.
***************
*** 570,574 ****
  # Set VERSION so we only need to edit in one place (i.e., here)
  
! VERSION=2.1
  
  # Arguments passed to configure.
--- 570,574 ----
  # Set VERSION so we only need to edit in one place (i.e., here)
  
! VERSION=2.2
  
  # Arguments passed to configure.

Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.215
retrieving revision 1.216
diff -C2 -r1.215 -r1.216
*** configure.in	2001/04/11 20:56:19	1.215
--- configure.in	2001/04/18 04:37:57	1.216
***************
*** 7,11 ****
  # Set VERSION so we only need to edit in one place (i.e., here)
  AC_SUBST(VERSION)
! VERSION=2.1
  
  # Arguments passed to configure.
--- 7,11 ----
  # Set VERSION so we only need to edit in one place (i.e., here)
  AC_SUBST(VERSION)
! VERSION=2.2
  
  # Arguments passed to configure.