[Python-checkins] r60999 - python/branches/release25-maint/Include/patchlevel.h

martin.v.loewis python-checkins at python.org
Sat Feb 23 18:35:47 CET 2008


Author: martin.v.loewis
Date: Sat Feb 23 18:35:47 2008
New Revision: 60999

Modified:
   python/branches/release25-maint/Include/patchlevel.h
Log:
Bump version for 2.5.3a0.


Modified: python/branches/release25-maint/Include/patchlevel.h
==============================================================================
--- python/branches/release25-maint/Include/patchlevel.h	(original)
+++ python/branches/release25-maint/Include/patchlevel.h	Sat Feb 23 18:35:47 2008
@@ -21,12 +21,12 @@
 /* Version parsed out into numeric values */
 #define PY_MAJOR_VERSION	2
 #define PY_MINOR_VERSION	5
-#define PY_MICRO_VERSION	2
-#define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_FINAL
+#define PY_MICRO_VERSION	3
+#define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_ALPHA
 #define PY_RELEASE_SERIAL	0
 
 /* Version as a string */
-#define PY_VERSION		"2.5.2"
+#define PY_VERSION		"2.5.3a0"
 
 /* Subversion Revision number of this file (not of the repository) */
 #define PY_PATCHLEVEL_REVISION  "$Revision$"


More information about the Python-checkins mailing list