diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2021-11-02 00:31:33 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2021-11-02 00:31:33 +0000 |
commit | 577896842e6b11703b9dc99035f586c4580606ba (patch) | |
tree | 74d0d0b3666cd217d95f0fe1ed7d005f133e5a6d | |
parent | 0b6a4fb1b204d8166040201186086f1874946a74 (diff) |
bump PYTHON_VERSION for switch from Python 3.8 -> 3.9
-rw-r--r-- | share/mk/bsd.xorg.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.xorg.mk b/share/mk/bsd.xorg.mk index 7590ea3fb..473c1502c 100644 --- a/share/mk/bsd.xorg.mk +++ b/share/mk/bsd.xorg.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.xorg.mk,v 1.62 2020/12/29 07:47:22 matthieu Exp $ -*- makefile -*- +# $OpenBSD: bsd.xorg.mk,v 1.63 2021/11/02 00:31:32 sthen Exp $ -*- makefile -*- # # Copyright © 2006,2012 Matthieu Herrb # @@ -21,7 +21,7 @@ AUTOMAKE_VERSION= 1.12 AUTOCONF_VERSION= 2.69 -PYTHON_VERSION= 3.8 +PYTHON_VERSION= 3.9 # Where source lives XSRCDIR?= /usr/xenocara |