[Python-checkins] python/dist/src/Include patchlevel.h, 2.74.4.6, 2.74.4.7

theller at users.sourceforge.net theller at users.sourceforge.net
Thu Dec 4 15:25:13 EST 2003


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

Modified Files:
      Tag: release23-maint
	patchlevel.h 
Log Message:
Version numbers for Python 2.3.3c1.


Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.74.4.6
retrieving revision 2.74.4.7
diff -C2 -d -r2.74.4.6 -r2.74.4.7
*** patchlevel.h	14 Nov 2003 18:33:13 -0000	2.74.4.6
--- patchlevel.h	4 Dec 2003 20:25:10 -0000	2.74.4.7
***************
*** 23,31 ****
  #define PY_MINOR_VERSION	3
  #define PY_MICRO_VERSION	3
! #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_ALPHA
! #define PY_RELEASE_SERIAL	0
  
  /* Version as a string */
! #define PY_VERSION		"2.3.3a0"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
--- 23,31 ----
  #define PY_MINOR_VERSION	3
  #define PY_MICRO_VERSION	3
! #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_GAMMA
! #define PY_RELEASE_SERIAL	1
  
  /* Version as a string */
! #define PY_VERSION		"2.3.3c1"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.





More information about the Python-checkins mailing list