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

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Thu Oct 14 07:07:32 CEST 2004


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

Modified Files:
	patchlevel.h 
Log Message:
bump the version number prior to release


Index: patchlevel.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/patchlevel.h,v
retrieving revision 2.79
retrieving revision 2.80
diff -u -d -r2.79 -r2.80
--- patchlevel.h	31 Aug 2004 09:53:05 -0000	2.79
+++ patchlevel.h	14 Oct 2004 05:07:17 -0000	2.80
@@ -22,11 +22,11 @@
 #define PY_MAJOR_VERSION	2
 #define PY_MINOR_VERSION	4
 #define PY_MICRO_VERSION	0
-#define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL	3
+#define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_BETA
+#define PY_RELEASE_SERIAL	1
 
 /* Version as a string */
-#define PY_VERSION		"2.4a3"
+#define PY_VERSION		"2.4b1"
 
 /* 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