]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Bump version to 2.7.18.
authorBenjamin Peterson <benjamin@python.org>
Sun, 19 Apr 2020 21:12:51 +0000 (16:12 -0500)
committerBenjamin Peterson <benjamin@python.org>
Sun, 19 Apr 2020 21:12:51 +0000 (16:12 -0500)
Include/patchlevel.h

index 91215f8b19c0b48719943f9bbdbdacb14c3f3639..0ce6313fa94131ee9ba8cf96569dc40904bd0f5a 100644 (file)
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       7
 #define PY_MICRO_VERSION       18
-#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.18rc1"
+#define PY_VERSION             "2.7.18"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository). Empty