summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2022-01-14 21:20:41 +0000
committerPablo Galindo <pablogsal@gmail.com>2022-01-14 21:20:41 +0000
commit01d4fe09763a6e55e38d338bf45e8c35e32a3581 (patch)
treefba6bebdbe8e3d92012458905c62cb0350ecf99d /Include/patchlevel.h
parent9471106fd5b47418ffd2f90c6b729f58698f573e (diff)
downloadcpython-git-01d4fe09763a6e55e38d338bf45e8c35e32a3581.tar.gz
Post 3.11.0a4
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index c7da3481e2..1715d53e83 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 4
/* Version as a string */
-#define PY_VERSION "3.11.0a4"
+#define PY_VERSION "3.11.0a4+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.