[Python-checkins] python/dist/src/Include patchlevel.h, 2.74.4.9, 2.74.4.10

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Sat Dec 20 16:30:17 EST 2003


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

Modified Files:
      Tag: release23-maint
	patchlevel.h 
Log Message:
Post-release version bumpage.

Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.74.4.9
retrieving revision 2.74.4.10
diff -C2 -d -r2.74.4.9 -r2.74.4.10
*** patchlevel.h	18 Dec 2003 15:06:58 -0000	2.74.4.9
--- patchlevel.h	20 Dec 2003 21:30:14 -0000	2.74.4.10
***************
*** 22,31 ****
  #define PY_MAJOR_VERSION	2
  #define PY_MINOR_VERSION	3
! #define PY_MICRO_VERSION	3
! #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_FINAL
  #define PY_RELEASE_SERIAL	0
  
  /* Version as a string */
! #define PY_VERSION		"2.3.3"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
--- 22,31 ----
  #define PY_MAJOR_VERSION	2
  #define PY_MINOR_VERSION	3
! #define PY_MICRO_VERSION	4
! #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_ALPHA
  #define PY_RELEASE_SERIAL	0
  
  /* Version as a string */
! #define PY_VERSION		"2.3.4a0"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.





More information about the Python-checkins mailing list