[Python-checkins] CVS: python/dist/src configure.in,1.192,1.193 configure,1.184,1.185

Neil Schemenauer nascheme@users.sourceforge.net
Wed, 17 Jan 2001 13:59:35 -0800


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

Modified Files:
	configure.in configure 
Log Message:
Bump up version number.


Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.192
retrieving revision 1.193
diff -C2 -r1.192 -r1.193
*** configure.in	2001/01/17 15:24:57	1.192
--- configure.in	2001/01/17 21:59:33	1.193
***************
*** 7,11 ****
  # Set VERSION so we only need to edit in one place (i.e., here)
  AC_SUBST(VERSION)
! VERSION=2.0
  
  # NEXTSTEP|MacOSX|Darwin stuff
--- 7,11 ----
  # Set VERSION so we only need to edit in one place (i.e., here)
  AC_SUBST(VERSION)
! VERSION=2.1
  
  # NEXTSTEP|MacOSX|Darwin stuff

Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.184
retrieving revision 1.185
diff -C2 -r1.184 -r1.185
*** configure	2001/01/17 15:24:57	1.184
--- configure	2001/01/17 21:59:33	1.185
***************
*** 1,5 ****
  #! /bin/sh
  
! # From configure.in Revision: 1.191 
  
  # Guess values for system-dependent variables and create Makefiles.
--- 1,5 ----
  #! /bin/sh
  
! # From configure.in Revision: 1.192 
  
  # Guess values for system-dependent variables and create Makefiles.
***************
*** 572,576 ****
  # Set VERSION so we only need to edit in one place (i.e., here)
  
! VERSION=2.0
  
  # NEXTSTEP|MacOSX|Darwin stuff
--- 572,576 ----
  # Set VERSION so we only need to edit in one place (i.e., here)
  
! VERSION=2.1
  
  # NEXTSTEP|MacOSX|Darwin stuff
***************
*** 5278,5282 ****
  
  /* Ultrix mips cc rejects this.  */
! typedef int charset[2]; const charset x;
  /* SunOS 4.1.1 cc rejects this.  */
  char const *const *ccp;
--- 5278,5282 ----
  
  /* Ultrix mips cc rejects this.  */
! typedef int charset[2]; const charset x = {0,0};
  /* SunOS 4.1.1 cc rejects this.  */
  char const *const *ccp;