[Python-checkins] CVS: python/dist/src/PCbuild BUILDno.txt,1.25,1.26 python20.wse,1.97,1.98 pythoncore.dsp,1.29,1.30

Tim Peters tim_one@users.sourceforge.net
Fri, 14 Dec 2001 15:16:20 -0800


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

Modified Files:
	BUILDno.txt python20.wse pythoncore.dsp 
Log Message:
Post-release fiddling -- prep for 2.2 final.


Index: BUILDno.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/BUILDno.txt,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** BUILDno.txt	2001/12/13 19:34:00	1.25
--- BUILDno.txt	2001/12/14 23:16:18	1.26
***************
*** 34,37 ****
--- 34,39 ----
  Windows Python BUILD numbers
  ----------------------------
+   28    2.2 final
+         21-Dec-2001  TENTATIVE
    27    2.2c1
          14-Dec-2001

Index: python20.wse
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/python20.wse,v
retrieving revision 1.97
retrieving revision 1.98
diff -C2 -d -r1.97 -r1.98
*** python20.wse	2001/11/17 00:24:45	1.97
--- python20.wse	2001/12/14 23:16:18	1.98
***************
*** 2,6 ****
  item: Global
    Version=8.14
!   Title=Python 2.2 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=8.14
!   Title=Python 2.2
    Flags=00010100
    Languages=65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
***************
*** 19,25 ****
    Patch Threshold=85
    Patch Memory=4000
!   EXE Filename=Python-2.2c1.exe
    Dialogs Version=8
!   Version File=2.2c1
    Version Description=Python Programming Language
    Version Copyright=©2001 Python Software Foundation
--- 19,25 ----
    Patch Threshold=85
    Patch Memory=4000
!   EXE Filename=Python-2.2.exe
    Dialogs Version=8
!   Version File=2.2
    Version Description=Python Programming Language
    Version Copyright=©2001 Python Software Foundation
***************
*** 65,69 ****
  item: Set Variable
    Variable=PYVER_STRING
!   Value=2.2c1
  end
  item: Remark
--- 65,69 ----
  item: Set Variable
    Variable=PYVER_STRING
!   Value=2.2
  end
  item: Remark

Index: pythoncore.dsp
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/pythoncore.dsp,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** pythoncore.dsp	2001/12/13 19:34:00	1.29
--- pythoncore.dsp	2001/12/14 23:16:18	1.30
***************
*** 740,748 ****
  !IF  "$(CFG)" == "pythoncore - Win32 Release"
  
! # ADD CPP /D BUILD=27
  
  !ELSEIF  "$(CFG)" == "pythoncore - Win32 Debug"
  
! # ADD CPP /D BUILD=27
  
  !ELSEIF  "$(CFG)" == "pythoncore - Win32 Alpha Debug"
--- 740,748 ----
  !IF  "$(CFG)" == "pythoncore - Win32 Release"
  
! # ADD CPP /D BUILD=28
  
  !ELSEIF  "$(CFG)" == "pythoncore - Win32 Debug"
  
! # ADD CPP /D BUILD=28
  
  !ELSEIF  "$(CFG)" == "pythoncore - Win32 Alpha Debug"