[Python-checkins] CVS: python/dist/src/PCbuild BUILDno.txt,1.11.2.1,1.11.2.2 python20.wse,1.39.2.1,1.39.2.2 pythoncore.dsp,1.13.2.1,1.13.2.2

Tim Peters tim_one@users.sourceforge.net
Fri, 13 Jul 2001 20:39:37 -0700


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

Modified Files:
      Tag: release21-maint
	BUILDno.txt python20.wse pythoncore.dsp 
Log Message:
Prepare Windows build for 2.1.1 final (buildno and installer screens).


Index: BUILDno.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/BUILDno.txt,v
retrieving revision 1.11.2.1
retrieving revision 1.11.2.2
diff -C2 -r1.11.2.1 -r1.11.2.2
*** BUILDno.txt	2001/07/02 04:31:28	1.11.2.1
--- BUILDno.txt	2001/07/14 03:39:35	1.11.2.2
***************
*** 36,40 ****
    20    2.1.1       TENTATIVE
          20-Jul-2001
!   19    2.1.1c1     TENTATIVE
          13-Jul-2001
    15    2.1
--- 36,40 ----
    20    2.1.1       TENTATIVE
          20-Jul-2001
!   19    2.1.1c1
          13-Jul-2001
    15    2.1

Index: python20.wse
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/python20.wse,v
retrieving revision 1.39.2.1
retrieving revision 1.39.2.2
diff -C2 -r1.39.2.1 -r1.39.2.2
*** python20.wse	2001/07/02 04:31:28	1.39.2.1
--- python20.wse	2001/07/14 03:39:35	1.39.2.2
***************
*** 2,6 ****
  item: Global
    Version=5.0
!   Title=Python 2.1.1c1
    Flags=00010100
    Languages=65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
--- 2,6 ----
  item: Global
    Version=5.0
!   Title=Python 2.1.1
    Flags=00010100
    Languages=65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
***************
*** 67,71 ****
  item: Set Variable
    Variable=APPTITLE
!   Value=Python 2.1.1c1
  end
  item: Set Variable
--- 67,71 ----
  item: Set Variable
    Variable=APPTITLE
!   Value=Python 2.1.1
  end
  item: Set Variable

Index: pythoncore.dsp
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/pythoncore.dsp,v
retrieving revision 1.13.2.1
retrieving revision 1.13.2.2
diff -C2 -r1.13.2.1 -r1.13.2.2
*** pythoncore.dsp	2001/07/02 04:31:28	1.13.2.1
--- pythoncore.dsp	2001/07/14 03:39:35	1.13.2.2
***************
*** 740,748 ****
  !IF  "$(CFG)" == "pythoncore - Win32 Release"
  
! # ADD CPP /D BUILD=19
  
  !ELSEIF  "$(CFG)" == "pythoncore - Win32 Debug"
  
! # ADD CPP /D BUILD=19
  
  !ELSEIF  "$(CFG)" == "pythoncore - Win32 Alpha Debug"
--- 740,748 ----
  !IF  "$(CFG)" == "pythoncore - Win32 Release"
  
! # ADD CPP /D BUILD=20
  
  !ELSEIF  "$(CFG)" == "pythoncore - Win32 Debug"
  
! # ADD CPP /D BUILD=20
  
  !ELSEIF  "$(CFG)" == "pythoncore - Win32 Alpha Debug"