Merge pull request #214 from roger-/micropython
micropython: fix version number
This commit is contained in:
commit
cf95f60250
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=micropython
|
PKG_NAME:=micropython
|
||||||
PKG_VERSION:=8.16.14
|
PKG_VERSION=1.2-$(PKG_SOURCE_VERSION)
|
||||||
PKG_RELEASE:=$(PKG_SOURCE_VERSION)-1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_MAINTAINER:=Roger D <rogerdammit@gmail.com>
|
PKG_MAINTAINER:=Roger D <rogerdammit@gmail.com>
|
||||||
PKG_LICENSE:=MIT
|
PKG_LICENSE:=MIT
|
||||||
|
|
Loading…
Reference in a new issue