aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2020-04-19 16:12:51 -0500
committerBenjamin Peterson <benjamin@python.org>2020-04-19 16:12:51 -0500
commit8323757381eb3f9dbe5b98edd59bfb4a6d80b493 (patch)
treeda8d6beb2a5356f197dad498724a6b8796af7969
parentRemove incorrect comma. (GH-19604) (diff)
downloadcpython-8323757381eb3f9dbe5b98edd59bfb4a6d80b493.tar.gz
cpython-8323757381eb3f9dbe5b98edd59bfb4a6d80b493.tar.bz2
cpython-8323757381eb3f9dbe5b98edd59bfb4a6d80b493.zip
Bump version to 2.7.18.
-rw-r--r--Include/patchlevel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 91215f8b19..0ce6313fa9 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,11 +23,11 @@
#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