Skip to content

Commit 9548669

Browse files
committed
Update patch to 3.11.0b5.
1 parent 6ef7464 commit 9548669

File tree

2 files changed

+107
-116
lines changed

2 files changed

+107
-116
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ BUILD_NUMBER=custom
3939
# PYTHON_VERSION is the full version number (e.g., 3.10.0b3)
4040
# PYTHON_MICRO_VERSION is the full version number, without any alpha/beta/rc suffix. (e.g., 3.10.0)
4141
# PYTHON_VER is the major/minor version (e.g., 3.10)
42-
PYTHON_VERSION=3.11.0b1
42+
PYTHON_VERSION=3.11.0b5
4343
PYTHON_MICRO_VERSION=$(shell echo $(PYTHON_VERSION) | grep -Eo "\d+\.\d+\.\d+")
4444
PYTHON_VER=$(basename $(PYTHON_VERSION))
4545

@@ -48,7 +48,7 @@ BZIP2_VERSION=1.0.8
4848
XZ_VERSION=5.2.5
4949

5050
OPENSSL_VERSION_NUMBER=1.1.1
51-
OPENSSL_REVISION=o
51+
OPENSSL_REVISION=q
5252
OPENSSL_VERSION=$(OPENSSL_VERSION_NUMBER)$(OPENSSL_REVISION)
5353

5454
LIBFFI_VERSION=3.4.2

0 commit comments

Comments
 (0)