]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.10.0
authorPablo Galindo <pablogsal@gmail.com>
Mon, 4 Oct 2021 19:17:37 +0000 (20:17 +0100)
committerPablo Galindo <pablogsal@gmail.com>
Mon, 4 Oct 2021 19:17:37 +0000 (20:17 +0100)
Include/patchlevel.h

index afa621e640403620d733091018964ac7bb6cb0ef..56869c5fa74abdf3ddce4420baa7ef3b5fce4408 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL       0
 
 /* Version as a string */
-#define PY_VERSION              "3.10.0"
+#define PY_VERSION              "3.10.0+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.