summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2022-06-06 17:13:35 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2022-06-06 17:13:35 (GMT)
commit1b7996cf736b54d323875f4cfb7e4b6bb0b556e6 (patch)
tree20f3f3f1e57140142f6ea0e1280f47ab8e606cac
parentf37715396786fd4055f5891aa16774ede26392ff (diff)
downloadcpython-1b7996cf736b54d323875f4cfb7e4b6bb0b556e6.zip
cpython-1b7996cf736b54d323875f4cfb7e4b6bb0b556e6.tar.gz
cpython-1b7996cf736b54d323875f4cfb7e4b6bb0b556e6.tar.bz2
Post 3.10.5
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 2d30d35..2d2e7a8 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.5"
+#define PY_VERSION "3.10.5+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.