summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2023-10-02 16:23:15 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2023-10-02 16:23:15 (GMT)
commit914ffb40d0d3ced2ed11e8f0edbc4dc4c569ccf6 (patch)
tree9d0478ea532cda0ff76479fd246d37dd43ab4790
parent8b6ee5ba3bd08368ba3c763cea28ce1464a88e62 (diff)
downloadcpython-914ffb40d0d3ced2ed11e8f0edbc4dc4c569ccf6.zip
cpython-914ffb40d0d3ced2ed11e8f0edbc4dc4c569ccf6.tar.gz
cpython-914ffb40d0d3ced2ed11e8f0edbc4dc4c569ccf6.tar.bz2
Post 3.11.6
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 70d71c1..58a3297 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.11.6"
+#define PY_VERSION "3.11.6+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.