aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python3/files/python3-version.mk
diff options
context:
space:
mode:
authorAlexandru Ardelean <ardeleanalex@gmail.com>2017-07-24 13:17:08 +0300
committerAlexandru Ardelean <ardeleanalex@gmail.com>2017-07-24 13:57:54 +0300
commit77bf1f09ad23a231b9f8949a3630e40caf6713f1 (patch)
tree9d31cf391de8431eee52024f741f07c9a3ee7994 /lang/python/python3/files/python3-version.mk
parent57114609c458980bd710637a097b1df053407aff (diff)
python3: upgrade to version 3.6.2
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Diffstat (limited to 'lang/python/python3/files/python3-version.mk')
-rw-r--r--lang/python/python3/files/python3-version.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/python3/files/python3-version.mk b/lang/python/python3/files/python3-version.mk
index efe953cdc..e1129215b 100644
--- a/lang/python/python3/files/python3-version.mk
+++ b/lang/python/python3/files/python3-version.mk
@@ -8,7 +8,7 @@
# Note: keep in sync with setuptools & pip
PYTHON3_VERSION_MAJOR:=3
PYTHON3_VERSION_MINOR:=6
-PYTHON3_VERSION_MICRO:=1
+PYTHON3_VERSION_MICRO:=2
PYTHON3_VERSION:=$(PYTHON3_VERSION_MAJOR).$(PYTHON3_VERSION_MINOR)