]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.14.0a2
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Tue, 19 Nov 2024 19:55:02 +0000 (21:55 +0200)
committerHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Tue, 19 Nov 2024 19:55:02 +0000 (21:55 +0200)
Include/patchlevel.h

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