diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-07-18 02:42:02 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-07-18 02:42:02 +0800 |
commit | 223074d3d618e85605ab1a05033c6ea5c227716b (patch) | |
tree | c9bc149b9ae2d9b752aca371f06599d336bc0204 /lang/python36/Makefile.version | |
parent | 391f3e4f588f7091ea29684dab3e6dc6a15812bc (diff) | |
download | freebsd-ports-gnome-223074d3d618e85605ab1a05033c6ea5c227716b.tar.gz freebsd-ports-gnome-223074d3d618e85605ab1a05033c6ea5c227716b.tar.zst freebsd-ports-gnome-223074d3d618e85605ab1a05033c6ea5c227716b.zip |
Update to 3.6.2
Changes: https://docs.python.org/3.6/whatsnew/changelog.html
Diffstat (limited to 'lang/python36/Makefile.version')
-rw-r--r-- | lang/python36/Makefile.version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python36/Makefile.version b/lang/python36/Makefile.version index d925219cb7c7..3ee488a2341b 100644 --- a/lang/python36/Makefile.version +++ b/lang/python36/Makefile.version @@ -1,4 +1,4 @@ # Mk/Uses/python.mk includes this file, don't remove it! # $FreeBSD$ -PYTHON_PORTVERSION= 3.6.1 +PYTHON_PORTVERSION= 3.6.2 |