]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.11.15
authorPablo Galindo Salgado <pablogsal@gmail.com>
Tue, 3 Mar 2026 01:07:09 +0000 (01:07 +0000)
committerPablo Galindo Salgado <pablogsal@gmail.com>
Tue, 3 Mar 2026 01:07:09 +0000 (01:07 +0000)
Doc/Makefile
Include/patchlevel.h

index 6cc43abfd7c1bd020759daf0833d325e90f207dd..4d9b38ca3710e04399e59d69604564ccb9ed4f3d 100644 (file)
@@ -8,7 +8,7 @@ PYTHON       = python3
 VENVDIR      = ./venv
 SPHINXBUILD  = PATH=$(VENVDIR)/bin:$$PATH sphinx-build
 BLURB        = PATH=$(VENVDIR)/bin:$$PATH blurb
-JOBS         = auto
+JOBS         = 1
 PAPER        =
 SOURCES      =
 DISTVERSION  = $(shell $(PYTHON) tools/extensions/patchlevel.py)
index 1347b7bbd2714375c5a7611a10db0916e6878e5a..fb28a09324deca8f2979e38b82eea9a7a56bbaaa 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL       0
 
 /* Version as a string */
-#define PY_VERSION              "3.11.15"
+#define PY_VERSION              "3.11.15+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.