diff options
author | Wen Heping <wen@FreeBSD.org> | 2024-03-21 08:54:32 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2024-03-21 08:55:04 +0000 |
commit | 782ef541fec663b06f5563d9dd2f03bd51065c1d (patch) | |
tree | 3b118da04198d2dce1611a4c824d04c2c4f48d84 /lang/python310/Makefile.version | |
parent | lang/python38: Update to 3.8.19 (diff) |
lang/python310: Update to 3.10.14
Diffstat (limited to 'lang/python310/Makefile.version')
-rw-r--r-- | lang/python310/Makefile.version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python310/Makefile.version b/lang/python310/Makefile.version index 73876b2d8a8f..366d696580ce 100644 --- a/lang/python310/Makefile.version +++ b/lang/python310/Makefile.version @@ -4,4 +4,4 @@ # 1. Update python documentation (lang/python-doc-*) # Run "make -C lang/python-doc-html makesum" # 2. Remove PORTREVISION in Makefile -PYTHON_DISTVERSION= 3.10.13 +PYTHON_DISTVERSION= 3.10.14 |