diff options
author | Lauri Aarnio <Lauri.Aarnio@iki.fi> | 2009-01-29 16:46:20 +0200 |
---|---|---|
committer | Lauri Leukkunen <lle@rahina.org> | 2009-02-10 08:38:09 +0200 |
commit | dd85d454d21f66191956b2430855006d534de380 (patch) | |
tree | 60efd295986c0192fafbee21b00db280eee05b31 /lua_scripts/pathmaps/simple/00_default.lua | |
parent | e8e98c831ae06f13f362e983b96f99b4efa5262f (diff) |
incremented rule file interface version number
Diffstat (limited to 'lua_scripts/pathmaps/simple/00_default.lua')
-rw-r--r-- | lua_scripts/pathmaps/simple/00_default.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua_scripts/pathmaps/simple/00_default.lua b/lua_scripts/pathmaps/simple/00_default.lua index ad260f3..71a7ca2 100644 --- a/lua_scripts/pathmaps/simple/00_default.lua +++ b/lua_scripts/pathmaps/simple/00_default.lua @@ -7,7 +7,7 @@ -- Rule file interface version, mandatory. -- -rule_file_interface_version = "18" +rule_file_interface_version = "19" ---------------------------------- tools = tools_root |