[Python-checkins] CVS: python/dist/src/Include patchlevel.h,2.60.2.1.2.1,2.60.2.1.2.2

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


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

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


Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.60.2.1.2.1
retrieving revision 2.60.2.1.2.2
diff -C2 -d -r2.60.2.1.2.1 -r2.60.2.1.2.2
*** patchlevel.h	27 Feb 2002 13:03:37 -0000	2.60.2.1.2.1
--- patchlevel.h	28 Feb 2002 07:43:20 -0000	2.60.2.1.2.2
***************
*** 27,31 ****
  
  /* Version as a string */
! #define PY_VERSION		"2.2.1a0"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
--- 27,31 ----
  
  /* Version as a string */
! #define PY_VERSION		"2.2.1a1"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.