summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2021-02-19 11:28:41 +0100
committerŁukasz Langa <lukasz@langa.pl>2021-02-19 11:28:41 +0100
commit024d8058b0cb2b13dfd65c8e3804a6b194a151ba (patch)
tree3e987ba3a3340a21062ea0e2a8e5e8bd324072e8 /Include/patchlevel.h
parent8a42eb1492dec2ec0cc79146f0c817acb7328b19 (diff)
downloadcpython-git-3.8.8.tar.gz
Python 3.8.8v3.8.8
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 5ed226c9e9..b4dbb02aba 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -19,11 +19,11 @@
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 8
#define PY_MICRO_VERSION 8
-#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 "3.8.8rc1+"
+#define PY_VERSION "3.8.8"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.