]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.10.0a5
authorPablo Galindo <pablogsal@gmail.com>
Wed, 3 Feb 2021 06:15:44 +0000 (06:15 +0000)
committerPablo Galindo <pablogsal@gmail.com>
Wed, 3 Feb 2021 06:15:44 +0000 (06:15 +0000)
Include/patchlevel.h

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