]> granicus.if.org Git - python/commitdiff
technically not at 2.7.1 yet
authorBenjamin Peterson <benjamin@python.org>
Sun, 4 Jul 2010 21:03:53 +0000 (21:03 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 4 Jul 2010 21:03:53 +0000 (21:03 +0000)
Include/patchlevel.h

index b2b10232b003501d57e7967d118b903ce99545aa..6d853796623f1e626273ca90aab35dd61d53306e 100644 (file)
 /*--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) */