summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-lua-runtime/luasrc/version.lua
diff options
context:
space:
mode:
Diffstat (limited to 'modules/luci-lua-runtime/luasrc/version.lua')
-rw-r--r--modules/luci-lua-runtime/luasrc/version.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/luci-lua-runtime/luasrc/version.lua b/modules/luci-lua-runtime/luasrc/version.lua
new file mode 100644
index 0000000000..8af2e80619
--- /dev/null
+++ b/modules/luci-lua-runtime/luasrc/version.lua
@@ -0,0 +1,9 @@
+-- Licensed to the public under the Apache License 2.0.
+
+module "luci.version"
+
+distname = "Host System"
+distversion = "SDK"
+
+luciname = "LuCI"
+luciversion = "SVN"