summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2022-01-14 21:11:47 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2022-01-14 21:11:47 (GMT)
commitd5c4ccfe0de375f5d3950abb4eff9d75384213b5 (patch)
treeb9748dd23f38934549ada853a704e4be10aede3e /Include
parenta58ebcc701dd6c43630df941481475ff0f615a81 (diff)
downloadcpython-d5c4ccfe0de375f5d3950abb4eff9d75384213b5.zip
cpython-d5c4ccfe0de375f5d3950abb4eff9d75384213b5.tar.gz
cpython-d5c4ccfe0de375f5d3950abb4eff9d75384213b5.tar.bz2
Post 3.10.2
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 5769674..ee537c7 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.10.2"
+#define PY_VERSION "3.10.2+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.