Rework LuCI build system
[project/luci.git] / modules / luci-base / luasrc / version.lua
diff --git a/modules/luci-base/luasrc/version.lua b/modules/luci-base/luasrc/version.lua
new file mode 100644 (file)
index 0000000..9e5cb71
--- /dev/null
@@ -0,0 +1,12 @@
+--[[
+LuCI - Lua Configuration Interface
+Version definition - do not edit this file
+]]--
+
+module "luci.version"
+
+distname    = "Host System"
+distversion = "SDK"
+
+luciname    = "LuCI"
+luciversion = "SVN"