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

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Tue Jan 25 08:53:39 CET 2005


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

Modified Files:
      Tag: release23-maint
	patchlevel.h 
Log Message:
bump version number to prepare for a release

Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.74.4.12
retrieving revision 2.74.4.13
diff -u -d -r2.74.4.12 -r2.74.4.13
--- patchlevel.h	9 Jun 2004 14:56:12 -0000	2.74.4.12
+++ patchlevel.h	25 Jan 2005 07:53:30 -0000	2.74.4.13
@@ -22,11 +22,11 @@
 #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
+#define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL	1
 
 /* Version as a string */
-#define PY_VERSION		"2.3.5a0"
+#define PY_VERSION		"2.3.5c1"
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
    Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */



More information about the Python-checkins mailing list