[Python-checkins] python/dist/src/Include patchlevel.h,2.78,2.79

anthonybaxter at users.sourceforge.net anthonybaxter at users.sourceforge.net
Tue Aug 31 11:53:09 CEST 2004


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

Modified Files:
	patchlevel.h 
Log Message:
onward and upward

Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.78
retrieving revision 2.79
diff -u -d -r2.78 -r2.79
--- patchlevel.h	3 Aug 2004 15:57:39 -0000	2.78
+++ patchlevel.h	31 Aug 2004 09:53:05 -0000	2.79
@@ -23,10 +23,10 @@
 #define PY_MINOR_VERSION	4
 #define PY_MICRO_VERSION	0
 #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL	2
+#define PY_RELEASE_SERIAL	3
 
 /* Version as a string */
-#define PY_VERSION		"2.4a2"
+#define PY_VERSION		"2.4a3"
 
 /* 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