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

anthonybaxter at users.sourceforge.net anthonybaxter at users.sourceforge.net
Thu Mar 17 04:06:59 CET 2005


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

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

Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.83.2.4
retrieving revision 2.83.2.5
diff -u -d -r2.83.2.4 -r2.83.2.5
--- patchlevel.h	16 Mar 2005 23:43:21 -0000	2.83.2.4
+++ patchlevel.h	17 Mar 2005 03:06:56 -0000	2.83.2.5
@@ -26,7 +26,7 @@
 #define PY_RELEASE_SERIAL	2
 
 /* Version as a string */
-#define PY_VERSION		"2.4.1c1"
+#define PY_VERSION		"2.4.1c2"
 
 /* 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