[Python-checkins] python/dist/src/Include patchlevel.h, 2.83.2.7, 2.83.2.8

anthonybaxter@users.sourceforge.net anthonybaxter at users.sourceforge.net
Tue Sep 20 15:07:09 CEST 2005


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

Modified Files:
      Tag: release24-maint
	patchlevel.h 
Log Message:
pre-release machinations

Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.83.2.7
retrieving revision 2.83.2.8
diff -u -d -r2.83.2.7 -r2.83.2.8
--- patchlevel.h	30 Aug 2005 12:26:43 -0000	2.83.2.7
+++ patchlevel.h	20 Sep 2005 13:07:04 -0000	2.83.2.8
@@ -21,12 +21,12 @@
 /* Version parsed out into numeric values */
 #define PY_MAJOR_VERSION	2
 #define PY_MINOR_VERSION	4
-#define PY_MICRO_VERSION	1
-#define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL	0
+#define PY_MICRO_VERSION	2
+#define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL	1
 
 /* Version as a string */
-#define PY_VERSION		"2.4.1+"
+#define PY_VERSION		"2.4.2c1"
 
 /* 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