]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.10.0rc1
authorPablo Galindo <pablogsal@gmail.com>
Mon, 2 Aug 2021 21:37:13 +0000 (22:37 +0100)
committerPablo Galindo <pablogsal@gmail.com>
Mon, 2 Aug 2021 21:37:13 +0000 (22:37 +0100)
Include/patchlevel.h

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