[Python-checkins] python/dist/src/Include patchlevel.h, 2.74.4.2, 2.74.4.3

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Sat Sep 27 14:10:44 EDT 2003


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

Modified Files:
      Tag: release23-maint
	patchlevel.h 
Log Message:
bump the release info


Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.74.4.2
retrieving revision 2.74.4.3
diff -C2 -d -r2.74.4.2 -r2.74.4.3
*** patchlevel.h	23 Sep 2003 02:36:16 -0000	2.74.4.2
--- patchlevel.h	27 Sep 2003 18:10:41 -0000	2.74.4.3
***************
*** 22,31 ****
  #define PY_MAJOR_VERSION	2
  #define PY_MINOR_VERSION	3
! #define PY_MICRO_VERSION	1
! #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_FINAL
! #define PY_RELEASE_SERIAL	0
  
  /* Version as a string */
! #define PY_VERSION		"2.3.1"
  
  /* 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	2
! #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_GAMMA
! #define PY_RELEASE_SERIAL	1
  
  /* Version as a string */
! #define PY_VERSION		"2.3.2c1"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.





More information about the Python-checkins mailing list