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

Tim Peters tim_one@users.sourceforge.net
Fri, 01 Feb 2002 16:08:17 -0800


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

Modified Files:
	patchlevel.h 
Log Message:
Change the version string from "2.2+" to "2.3a0".  disutils peels off
the first 3 characters of this string in several places, so for as long
as they remain "2.2" it confuses the heck out of attempts to build 2.3
stuff using distutils.


Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.61
retrieving revision 2.62
diff -C2 -d -r2.61 -r2.62
*** patchlevel.h	2001/12/21 20:05:33	2.61
--- patchlevel.h	2002/02/02 00:08:15	2.62
***************
*** 27,31 ****
  
  /* Version as a string */
! #define PY_VERSION		"2.2+"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
--- 27,31 ----
  
  /* Version as a string */
! #define PY_VERSION		"2.3a0"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.