[Python-checkins] python/dist/src/Include patchlevel.h, 2.83.2.3, 2.83.2.4

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Thu Mar 17 00:43:29 CET 2005


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

Modified Files:
      Tag: release24-maint
	patchlevel.h 
Log Message:
update patchlevel

Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.83.2.3
retrieving revision 2.83.2.4
diff -u -d -r2.83.2.3 -r2.83.2.4
--- patchlevel.h	9 Mar 2005 11:54:24 -0000	2.83.2.3
+++ patchlevel.h	16 Mar 2005 23:43:21 -0000	2.83.2.4
@@ -23,7 +23,7 @@
 #define PY_MINOR_VERSION	4
 #define PY_MICRO_VERSION	1
 #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL	1
+#define PY_RELEASE_SERIAL	2
 
 /* Version as a string */
 #define PY_VERSION		"2.4.1c1"



More information about the Python-checkins mailing list