summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2022-03-16 14:30:58 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2022-03-16 14:30:58 (GMT)
commitb7c611937704f5e71f6388da8dfb440fecc28306 (patch)
treeb5086e0b3629bca8b5df9023571a2293cbc5c4c5
parenta342a49189c16f01e7b95e0bf22ea2bd539222cd (diff)
downloadcpython-b7c611937704f5e71f6388da8dfb440fecc28306.zip
cpython-b7c611937704f5e71f6388da8dfb440fecc28306.tar.gz
cpython-b7c611937704f5e71f6388da8dfb440fecc28306.tar.bz2
Post 3.10.3
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 5bb246e..3b1a7c5 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.3"
+#define PY_VERSION "3.10.3+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.