package/lua: implement memory limits, scripts can use get_memory_limit() and set_memo...
[openwrt/staging/yousong.git] / package / lua / Makefile
index c7e1814f92c3b388b567ac84814b4d376d2b7193..f5fca7b8f8a62e75ce0ba9951c116d721db17d92 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=lua
 PKG_VERSION:=5.1.4
-PKG_RELEASE:=3
+PKG_RELEASE:=4
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://www.lua.org/ftp/ \