]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.10.0rc2
authorPablo Galindo <pablogsal@gmail.com>
Tue, 7 Sep 2021 14:39:51 +0000 (15:39 +0100)
committerPablo Galindo <pablogsal@gmail.com>
Tue, 7 Sep 2021 14:39:51 +0000 (15:39 +0100)
Include/patchlevel.h

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