Browse Source

lua: switch to 5.3.x as default version

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Francois Perrad 9 years ago
parent
commit
d9e74e78b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/lua/Config.in

+ 1 - 1
package/lua/Config.in

@@ -13,7 +13,7 @@ config BR2_PACKAGE_PROVIDES_LUAINTERPRETER
 
 choice
 	prompt "Lua Version"
-	default BR2_PACKAGE_LUA_5_1
+	default BR2_PACKAGE_LUA_5_3
 	help
 	  Select the version of Lua API/ABI you wish to use.