[Python-checkins] CVS: python/dist/src/PCbuild BUILDno.txt,1.18,1.18.2.1 python20.wse,1.85.2.1,1.85.2.2 pythoncore.dsp,1.19,1.19.2.1

Guido van Rossum gvanrossum@users.sourceforge.net
Sat, 18 Aug 2001 21:37:42 -0700


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

Modified Files:
      Tag: r22a2-branch
	BUILDno.txt python20.wse pythoncore.dsp 
Log Message:
merge Tim's release-related trunk changes into the 2.2a2 branch

Index: BUILDno.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/BUILDno.txt,v
retrieving revision 1.18
retrieving revision 1.18.2.1
diff -C2 -d -r1.18 -r1.18.2.1
*** BUILDno.txt	2001/07/20 05:17:10	1.18
--- BUILDno.txt	2001/08/19 04:37:40	1.18.2.1
***************
*** 34,37 ****
--- 34,39 ----
  Windows Python BUILD numbers
  ----------------------------
+   22    2.2a2
+         22-Aug-2001     TENTATIVE
    21    2.2a1
          18-Jul-2001

Index: python20.wse
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/python20.wse,v
retrieving revision 1.85.2.1
retrieving revision 1.85.2.2
diff -C2 -d -r1.85.2.1 -r1.85.2.2
*** python20.wse	2001/08/18 21:35:41	1.85.2.1
--- python20.wse	2001/08/19 04:37:40	1.85.2.2
***************
*** 19,25 ****
    Patch Threshold=85
    Patch Memory=4000
!   EXE Filename=Python-2.2a1.exe
    Dialogs Version=8
!   Version File=2.2a1
    Version Description=Python Programming Language
    Version Copyright=©2001 Python Software Foundation
--- 19,25 ----
    Patch Threshold=85
    Patch Memory=4000
!   EXE Filename=Python-2.2a2.exe
    Dialogs Version=8
!   Version File=2.2a2
    Version Description=Python Programming Language
    Version Copyright=©2001 Python Software Foundation

Index: pythoncore.dsp
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/pythoncore.dsp,v
retrieving revision 1.19
retrieving revision 1.19.2.1
diff -C2 -d -r1.19 -r1.19.2.1
*** pythoncore.dsp	2001/08/02 04:15:00	1.19
--- pythoncore.dsp	2001/08/19 04:37:40	1.19.2.1
***************
*** 725,733 ****
  !IF  "$(CFG)" == "pythoncore - Win32 Release"
  
! # ADD CPP /D BUILD=21
  
  !ELSEIF  "$(CFG)" == "pythoncore - Win32 Debug"
  
! # ADD CPP /D BUILD=21
  
  !ELSEIF  "$(CFG)" == "pythoncore - Win32 Alpha Debug"
--- 725,733 ----
  !IF  "$(CFG)" == "pythoncore - Win32 Release"
  
! # ADD CPP /D BUILD=22
  
  !ELSEIF  "$(CFG)" == "pythoncore - Win32 Debug"
  
! # ADD CPP /D BUILD=22
  
  !ELSEIF  "$(CFG)" == "pythoncore - Win32 Alpha Debug"