micropython: fix version number

Signed-off-by: Roger D <rogerdammit@gmail.com>
This commit is contained in:
Roger 2014-08-17 17:29:40 -05:00
parent bd52d64fdb
commit 5be2bd3ba9
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=micropython
PKG_VERSION:=8.16.14
PKG_RELEASE:=$(PKG_SOURCE_VERSION)-1
PKG_VERSION=1.2-$(PKG_SOURCE_VERSION)
PKG_RELEASE:=1
PKG_MAINTAINER:=Roger D <rogerdammit@gmail.com>
PKG_LICENSE:=MIT