]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.10.0b4
authorPablo Galindo <pablogsal@gmail.com>
Sat, 10 Jul 2021 01:27:16 +0000 (02:27 +0100)
committerPablo Galindo <pablogsal@gmail.com>
Sat, 10 Jul 2021 01:27:16 +0000 (02:27 +0100)
Include/patchlevel.h

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