]> granicus.if.org Git - python/commitdiff
Be consistent in versioning with the stable 2.6 branch; this also makes more sense...
authorGeorg Brandl <georg@python.org>
Sun, 26 Jul 2009 13:43:33 +0000 (13:43 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 26 Jul 2009 13:43:33 +0000 (13:43 +0000)
Include/patchlevel.h

index 0610f7009360e7e191ecc31ffd37823024df79af..6b085bbf2e280ca02401906130075a41edc0460c 100644 (file)
 /*--start constants--*/
 #define PY_MAJOR_VERSION       3
 #define PY_MINOR_VERSION       1
-#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             "3.1.1a0"
+#define PY_VERSION             "3.1.0+"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository) */