ccache not loading or storing cache files
[project/luci.git] / libs / core / luasrc / init.lua
index 3297901..4d66e86 100644 (file)
@@ -26,11 +26,6 @@ limitations under the License.
 
 local require = require
 
--- Set memory limit if supported
-if _G.set_memory_limit then
-       set_memory_limit(1024 * 1024 * 1.5)
-end
-
 -- Make sure that bitlib is loaded
 if not _G.bit then
        _G.bit = require "bit"
@@ -40,5 +35,5 @@ module "luci"
 
 local v = require "luci.version"
 
-__version__ = v.luciversion or "0.9"
+__version__ = v.luciversion or "trunk"
 __appname__ = v.luciname    or "LuCI"