[Python-checkins] CVS: python/dist/src/PCbuild BUILDno.txt,1.26,1.26.4.1 python20.wse,1.98,1.98.4.1 pythoncore.dsp,1.30,1.30.4.1

Tim Peters tim_one@users.sourceforge.net
Wed, 27 Feb 2002 23:43:23 -0800


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

Modified Files:
      Tag: release22-maint
	BUILDno.txt python20.wse pythoncore.dsp 
Log Message:
Assorted Windows buildno, copyright and version number changes for 2.2.1a1.
Repair PY_VERSION in patchlevel.h.


Index: BUILDno.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/BUILDno.txt,v
retrieving revision 1.26
retrieving revision 1.26.4.1
diff -C2 -d -r1.26 -r1.26.4.1
*** BUILDno.txt	14 Dec 2001 23:16:18 -0000	1.26
--- BUILDno.txt	28 Feb 2002 07:43:20 -0000	1.26.4.1
***************
*** 34,39 ****
  Windows Python BUILD numbers
  ----------------------------
    28    2.2 final
!         21-Dec-2001  TENTATIVE
    27    2.2c1
          14-Dec-2001
--- 34,41 ----
  Windows Python BUILD numbers
  ----------------------------
+   32    2.2.1c1
+         "Soon"
    28    2.2 final
!         21-Dec-2001
    27    2.2c1
          14-Dec-2001

Index: python20.wse
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/python20.wse,v
retrieving revision 1.98
retrieving revision 1.98.4.1
diff -C2 -d -r1.98 -r1.98.4.1
*** python20.wse	14 Dec 2001 23:16:18 -0000	1.98
--- python20.wse	28 Feb 2002 07:43:20 -0000	1.98.4.1
***************
*** 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
--- 2,6 ----
  item: Global
    Version=8.14
!   Title=Python 2.2.1 alpha 1
    Flags=00010100
    Languages=65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
***************
*** 19,27 ****
    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
    Version Company=PythonLabs at Zope Corporation
    Crystal Format=10111100101100000010001001001001
--- 19,27 ----
    Patch Threshold=85
    Patch Memory=4000
!   EXE Filename=Python-2.2.1a1.exe
    Dialogs Version=8
!   Version File=2.2.1a1
    Version Description=Python Programming Language
!   Version Copyright=©2002 Python Software Foundation
    Version Company=PythonLabs at Zope Corporation
    Crystal Format=10111100101100000010001001001001
***************
*** 65,69 ****
  item: Set Variable
    Variable=PYVER_STRING
!   Value=2.2
  end
  item: Remark
--- 65,69 ----
  item: Set Variable
    Variable=PYVER_STRING
!   Value=2.2a1
  end
  item: Remark

Index: pythoncore.dsp
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/pythoncore.dsp,v
retrieving revision 1.30
retrieving revision 1.30.4.1
diff -C2 -d -r1.30 -r1.30.4.1
*** pythoncore.dsp	14 Dec 2001 23:16:18 -0000	1.30
--- pythoncore.dsp	28 Feb 2002 07:43:20 -0000	1.30.4.1
***************
*** 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"
--- 740,748 ----
  !IF  "$(CFG)" == "pythoncore - Win32 Release"
  
! # ADD CPP /D BUILD=32
  
  !ELSEIF  "$(CFG)" == "pythoncore - Win32 Debug"
  
! # ADD CPP /D BUILD=32
  
  !ELSEIF  "$(CFG)" == "pythoncore - Win32 Alpha Debug"