summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2021-12-06 18:52:20 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2021-12-06 18:52:20 (GMT)
commitbf1812ef61fe95ae96fbcebd6e384afde57f2790 (patch)
tree5619b4e6e37ed60bb5579e91e06965a73772d22c
parent2cd268a3a9340346dd86b66db2e9b428b3f878fc (diff)
downloadcpython-bf1812ef61fe95ae96fbcebd6e384afde57f2790.zip
cpython-bf1812ef61fe95ae96fbcebd6e384afde57f2790.tar.gz
cpython-bf1812ef61fe95ae96fbcebd6e384afde57f2790.tar.bz2
Post 3.10.1
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 9e8a560..8a6fec3 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.1"
+#define PY_VERSION "3.10.1+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.