We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2340a03 commit 3044707Copy full SHA for 3044707
Doc/Makefile
@@ -8,7 +8,7 @@ PYTHON = python3
8
VENVDIR = ./venv
9
SPHINXBUILD = PATH=$(VENVDIR)/bin:$$PATH sphinx-build
10
BLURB = PATH=$(VENVDIR)/bin:$$PATH blurb
11
-JOBS = auto
+JOBS = 1
12
PAPER =
13
SOURCES =
14
DISTVERSION = $(shell $(PYTHON) tools/extensions/patchlevel.py)
Include/patchlevel.h
@@ -23,7 +23,7 @@
23
#define PY_RELEASE_SERIAL 0
24
25
/* Version as a string */
26
-#define PY_VERSION "3.11.15"
+#define PY_VERSION "3.11.15+"
27
/*--end constants--*/
28
29
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
0 commit comments