[Python-checkins] r82563 - python/branches/release27-maint/Include/patchlevel.h

benjamin.peterson python-checkins at python.org
Sun Jul 4 23:03:54 CEST 2010


Author: benjamin.peterson
Date: Sun Jul  4 23:03:53 2010
New Revision: 82563

Log:
technically not at 2.7.1 yet

Modified:
   python/branches/release27-maint/Include/patchlevel.h

Modified: python/branches/release27-maint/Include/patchlevel.h
==============================================================================
--- python/branches/release27-maint/Include/patchlevel.h	(original)
+++ python/branches/release27-maint/Include/patchlevel.h	Sun Jul  4 23:03:53 2010
@@ -22,12 +22,12 @@
 /*--start constants--*/
 #define PY_MAJOR_VERSION	2
 #define PY_MINOR_VERSION	7
-#define PY_MICRO_VERSION	1
-#define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_ALPHA
+#define PY_MICRO_VERSION	0
+#define PY_RELEASE_LEVEL	PY_RELEASE_LEVEL_FINAL
 #define PY_RELEASE_SERIAL	0
 
 /* Version as a string */
-#define PY_VERSION      	"2.7.1a0"
+#define PY_VERSION      	"2.7.0+"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */


More information about the Python-checkins mailing list