X Tutup
Skip to content

Commit 3044707

Browse files
committed
Post 3.11.15
1 parent 2340a03 commit 3044707

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PYTHON = python3
88
VENVDIR = ./venv
99
SPHINXBUILD = PATH=$(VENVDIR)/bin:$$PATH sphinx-build
1010
BLURB = PATH=$(VENVDIR)/bin:$$PATH blurb
11-
JOBS = auto
11+
JOBS = 1
1212
PAPER =
1313
SOURCES =
1414
DISTVERSION = $(shell $(PYTHON) tools/extensions/patchlevel.py)

Include/patchlevel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#define PY_RELEASE_SERIAL 0
2424

2525
/* Version as a string */
26-
#define PY_VERSION "3.11.15"
26+
#define PY_VERSION "3.11.15+"
2727
/*--end constants--*/
2828

2929
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.

0 commit comments

Comments
 (0)
X Tutup