]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.10.3
authorPablo Galindo <pablogsal@gmail.com>
Wed, 16 Mar 2022 14:30:58 +0000 (14:30 +0000)
committerPablo Galindo <pablogsal@gmail.com>
Wed, 16 Mar 2022 14:30:58 +0000 (14:30 +0000)
Include/patchlevel.h

index 5bb246e9419d1faa2d8d70b6fdeaae9e5122d794..3b1a7c549ff4016be786a3e7b80b4ab7b7a2e215 100644 (file)
@@ -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.