]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Bump version to 2.7.17 final.
authorBenjamin Peterson <benjamin@python.org>
Sat, 19 Oct 2019 18:37:52 +0000 (11:37 -0700)
committerBenjamin Peterson <benjamin@python.org>
Sat, 19 Oct 2019 18:37:52 +0000 (11:37 -0700)
Include/patchlevel.h

index de01a84abbdbe82c8ddbc7afa2cf31af5b1a6052..4bfcdafcd2590143d4a8f127d260121cb70a2ffb 100644 (file)
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       7
 #define PY_MICRO_VERSION       17
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL      1
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
+#define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "2.7.17rc1"
+#define PY_VERSION             "2.7.17"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository). Empty