[Python-checkins] r51305 - python/trunk/Include/patchlevel.h

anthony.baxter python-checkins at python.org
Wed Aug 16 05:58:37 CEST 2006


Author: anthony.baxter
Date: Wed Aug 16 05:58:37 2006
New Revision: 51305

Modified:
   python/trunk/Include/patchlevel.h
Log:
preparing for 2.5c1 - no, really this time

Modified: python/trunk/Include/patchlevel.h
==============================================================================
--- python/trunk/Include/patchlevel.h	(original)
+++ python/trunk/Include/patchlevel.h	Wed Aug 16 05:58:37 2006
@@ -23,7 +23,7 @@
 #define PY_MINOR_VERSION	5
 #define PY_MICRO_VERSION	0
 #define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL	3
+#define PY_RELEASE_SERIAL	1
 
 /* Version as a string */
 #define PY_VERSION		"2.5c1"


More information about the Python-checkins mailing list