# HG changeset patch # User Tom?s Guisasola Gorham # Date 1343437185 -3600 # Node ID b4e6b167e020ba1bd9402acd0a142ef6e91d912a # Parent a120beb5a2f400a77e7696a6d0b052f959c4e331 config: Bump LUA_VERSION to 502 diff -r a120beb5a2f4 -r b4e6b167e020 config --- a/config Sat Jul 28 01:57:50 2012 +0100 +++ b/config Sat Jul 28 01:59:45 2012 +0100 @@ -17,8 +17,7 @@ # (according to Lua 5.1 definition: # first version digit * 100 + second version digit # e.g. Lua 5.0.2 => 500, Lua 5.1 => 501, Lua 5.1.1 => 501) -LUA_VERSION_NUM= 500 -COMPAT_DIR= ../compat/src +LUA_VERSION_NUM= 502 # Compilation parameters CWARNS = -Wall -pedantic \