]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.14.0a1
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Tue, 15 Oct 2024 21:44:52 +0000 (00:44 +0300)
committerHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Tue, 15 Oct 2024 21:44:52 +0000 (00:44 +0300)
Include/patchlevel.h

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