[Python-checkins] python/dist/src/Include patchlevel.h, 2.74.4.11, 2.74.4.12

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Wed Jun 9 10:56:16 EDT 2004


Update of /cvsroot/python/python/dist/src/Include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3503

Modified Files:
      Tag: release23-maint
	patchlevel.h 
Log Message:
update version number since changes have been made since the release


Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.74.4.11
retrieving revision 2.74.4.12
diff -C2 -d -r2.74.4.11 -r2.74.4.12
*** patchlevel.h	19 May 2004 03:14:27 -0000	2.74.4.11
--- patchlevel.h	9 Jun 2004 14:56:12 -0000	2.74.4.12
***************
*** 22,31 ****
  #define PY_MAJOR_VERSION	2
  #define PY_MINOR_VERSION	3
! #define PY_MICRO_VERSION	4
! #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_FINAL
  #define PY_RELEASE_SERIAL	0
  
  /* Version as a string */
! #define PY_VERSION		"2.3.4"
  
  /* 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	5
! #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_ALPHA
  #define PY_RELEASE_SERIAL	0
  
  /* Version as a string */
! #define PY_VERSION		"2.3.5a0"
  
  /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.




More information about the Python-checkins mailing list