]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.14.0a3
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Tue, 17 Dec 2024 15:52:43 +0000 (17:52 +0200)
committerHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Tue, 17 Dec 2024 15:52:43 +0000 (17:52 +0200)
Include/patchlevel.h

index 1e9df2d9ebd07d8505f931f4a1c6337d3500ea4f..6d4f719fcde5a8d549724c5464116942202d1939 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL       3
 
 /* Version as a string */
-#define PY_VERSION              "3.14.0a3"
+#define PY_VERSION              "3.14.0a3+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.