]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.13.3
authorThomas Wouters <thomas@python.org>
Tue, 8 Apr 2025 17:19:59 +0000 (19:19 +0200)
committerThomas Wouters <thomas@python.org>
Tue, 8 Apr 2025 17:19:59 +0000 (19:19 +0200)
Include/patchlevel.h

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