[Python-checkins] python/dist/src/Include patchlevel.h,2.62,2.63

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Mon, 30 Dec 2002 17:50:09 -0800


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

Modified Files:
	patchlevel.h 
Log Message:
Various updates to the version number, on the eve of the 2.3a1 release.

Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.62
retrieving revision 2.63
diff -C2 -d -r2.62 -r2.63
*** patchlevel.h	2 Feb 2002 00:08:15 -0000	2.62
--- patchlevel.h	31 Dec 2002 01:50:07 -0000	2.63
***************
*** 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.
--- 27,31 ----
  
  /* Version as a string */
! #define PY_VERSION		"2.3a1"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.