summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2020-12-07 14:02:38 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2020-12-07 14:02:38 (GMT)
commit1e5d33e9b9b8631b36f061103a30208b206fd03a (patch)
tree712e38109f482e12282da8d512337aef1c1f1545 /Include/patchlevel.h
parentfacca72eae3c0b59b4e89bab81c936dff10fb58a (diff)
downloadcpython-1e5d33e9b9b8631b36f061103a30208b206fd03a.zip
cpython-1e5d33e9b9b8631b36f061103a30208b206fd03a.tar.gz
cpython-1e5d33e9b9b8631b36f061103a30208b206fd03a.tar.bz2
Python 3.9.1v3.9.1
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 09db42f..0b5d280 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -19,11 +19,11 @@
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 9
#define PY_MICRO_VERSION 1
-#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.9.1rc1+"
+#define PY_VERSION "3.9.1"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.