Browse Source

micropython: fix version number

Signed-off-by: Roger D <rogerdammit@gmail.com>
Roger 10 years ago
parent
commit
5be2bd3ba9
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      lang/micropython/Makefile

+ 2
- 2
lang/micropython/Makefile View File

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