Browse Source

lua: bump version

Patch by Michael Roth <mroth@nessie.de>.
Peter Korsgaard 16 years ago
parent
commit
b2ffc1f9fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/lua/lua.mk

+ 1 - 1
package/lua/lua.mk

@@ -4,7 +4,7 @@
 #
 #############################################################
 
-LUA_VERSION=5.1.2
+LUA_VERSION=5.1.4
 
 LUA_SOURCE=lua-$(LUA_VERSION).tar.gz
 LUA_CAT:=$(ZCAT)