[Python-checkins] CVS: python/dist/src/PCbuild BUILDno.txt,1.10,1.11 python20.wse,1.38,1.39 pythoncore.dsp,1.12,1.13

Tim Peters tim_one@users.sourceforge.net
Mon, 16 Apr 2001 11:20:32 -0700


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

Modified Files:
	BUILDno.txt python20.wse pythoncore.dsp 
Log Message:
Update Windows installer & buildno for 2.1 final.


Index: BUILDno.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/BUILDno.txt,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** BUILDno.txt	2001/04/16 01:44:08	1.10
--- BUILDno.txt	2001/04/16 18:20:30	1.11
***************
*** 34,37 ****
--- 34,39 ----
  Windows Python BUILD numbers
  ----------------------------
+   15    2.1
+         16-Apr-2001
    14    2.1c2
          15-Apr-2001

Index: python20.wse
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/python20.wse,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -r1.38 -r1.39
*** python20.wse	2001/04/16 01:44:08	1.38
--- python20.wse	2001/04/16 18:20:30	1.39
***************
*** 2,6 ****
  item: Global
    Version=5.0
!   Title=Python 2.1 release candidate 2
    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
    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 release candidate 2
  end
  item: Set Variable
--- 67,71 ----
  item: Set Variable
    Variable=APPTITLE
!   Value=Python 2.1
  end
  item: Set Variable

Index: pythoncore.dsp
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/pythoncore.dsp,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** pythoncore.dsp	2001/04/16 01:44:08	1.12
--- pythoncore.dsp	2001/04/16 18:20:30	1.13
***************
*** 740,748 ****
  !IF  "$(CFG)" == "pythoncore - Win32 Release"
  
! # ADD CPP /D BUILD=14
  
  !ELSEIF  "$(CFG)" == "pythoncore - Win32 Debug"
  
! # ADD CPP /D BUILD=14
  
  !ELSEIF  "$(CFG)" == "pythoncore - Win32 Alpha Debug"
--- 740,748 ----
  !IF  "$(CFG)" == "pythoncore - Win32 Release"
  
! # ADD CPP /D BUILD=15
  
  !ELSEIF  "$(CFG)" == "pythoncore - Win32 Debug"
  
! # ADD CPP /D BUILD=15
  
  !ELSEIF  "$(CFG)" == "pythoncore - Win32 Alpha Debug"