Merge pull request #3765 from dibdot/adblock
[feed/packages.git] / lang / python3 / files / python3-version.mk
1 #
2 # Copyright (C) 2007-2016 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 PYTHON3_VERSION_MAJOR:=3
9 PYTHON3_VERSION_MINOR:=6
10 PYTHON3_VERSION_MICRO:=0
11
12 PYTHON3_VERSION:=$(PYTHON3_VERSION_MAJOR).$(PYTHON3_VERSION_MINOR)
13