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

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Fri Dec 5 12:56:21 EST 2003


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

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

Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.74.4.7
retrieving revision 2.74.4.8
diff -C2 -d -r2.74.4.7 -r2.74.4.8
*** patchlevel.h	4 Dec 2003 20:25:10 -0000	2.74.4.7
--- patchlevel.h	5 Dec 2003 17:56:18 -0000	2.74.4.8
***************
*** 24,31 ****
  #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.
--- 24,31 ----
  #define PY_MICRO_VERSION	3
  #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_GAMMA
! #define PY_RELEASE_SERIAL	2
  
  /* Version as a string */
! #define PY_VERSION		"2.3.3c2"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.





More information about the Python-checkins mailing list