summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2022-03-24 00:26:30 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2022-03-24 00:26:30 (GMT)
commit6f345d363308e3e6ecf0ad518ea0fcc30afde2a8 (patch)
treea4afe3f91e7e0653164462f475ae3077ef293f14
parentb28265d7e6a41a4a0e227b37f4fbbc4d03a0a707 (diff)
downloadcpython-6f345d363308e3e6ecf0ad518ea0fcc30afde2a8.zip
cpython-6f345d363308e3e6ecf0ad518ea0fcc30afde2a8.tar.gz
cpython-6f345d363308e3e6ecf0ad518ea0fcc30afde2a8.tar.bz2
Post 3.9.12
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index a4418b0..3804aa8 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.9.12"
+#define PY_VERSION "3.9.12+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.