From: Roger Date: Sun, 17 Aug 2014 22:29:40 +0000 (-0500) Subject: micropython: fix version number X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=5be2bd3ba9e2a3d2b3bf8243104393d3f6c0cc1a;p=openwrt-packages.git micropython: fix version number Signed-off-by: Roger D --- diff --git a/lang/micropython/Makefile b/lang/micropython/Makefile index 5a8766cea..0d4e3e778 100644 --- a/lang/micropython/Makefile +++ b/lang/micropython/Makefile @@ -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 PKG_LICENSE:=MIT