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

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Tue Feb 8 06:58:07 CET 2005


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

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.13
retrieving revision 2.74.4.14
diff -u -d -r2.74.4.13 -r2.74.4.14
--- patchlevel.h	25 Jan 2005 07:53:30 -0000	2.74.4.13
+++ patchlevel.h	8 Feb 2005 05:58:05 -0000	2.74.4.14
@@ -22,8 +22,8 @@
 #define PY_MAJOR_VERSION	2
 #define PY_MINOR_VERSION	3
 #define PY_MICRO_VERSION	5
-#define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL	1
+#define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_FINAL
+#define PY_RELEASE_SERIAL	0
 
 /* Version as a string */
 #define PY_VERSION		"2.3.5c1"



More information about the Python-checkins mailing list