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

Tim Peters tim_one@users.sourceforge.net
Sun, 15 Apr 2001 18:44:10 -0700


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

Modified Files:
	BUILDno.txt python20.wse pythoncore.dsp 
Log Message:
Update Windows installer & build number to 2.1c2 release.


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

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

Index: pythoncore.dsp
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/pythoncore.dsp,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** pythoncore.dsp	2001/04/12 04:01:39	1.11
--- pythoncore.dsp	2001/04/16 01:44:08	1.12
***************
*** 740,748 ****
  !IF  "$(CFG)" == "pythoncore - Win32 Release"
  
! # ADD CPP /D BUILD=13
  
  !ELSEIF  "$(CFG)" == "pythoncore - Win32 Debug"
  
! # ADD CPP /D BUILD=13
  
  !ELSEIF  "$(CFG)" == "pythoncore - Win32 Alpha Debug"
--- 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"