[Python-checkins] python/dist/src/Include patchlevel.h, 2.74, 2.74.4.1

bwarsaw at users.sourceforge.net bwarsaw at users.sourceforge.net
Mon Aug 4 16:52:29 EDT 2003


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

Modified Files:
      Tag: release23-maint
	patchlevel.h 
Log Message:
Bump version string.


Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.74
retrieving revision 2.74.4.1
diff -C2 -d -r2.74 -r2.74.4.1
*** patchlevel.h	29 Jul 2003 00:21:36 -0000	2.74
--- patchlevel.h	4 Aug 2003 22:52:27 -0000	2.74.4.1
***************
*** 27,31 ****
  
  /* Version as a string */
! #define PY_VERSION		"2.3"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
--- 27,31 ----
  
  /* Version as a string */
! #define PY_VERSION		"2.3+"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.





More information about the Python-checkins mailing list