diff options
Diffstat (limited to 'version.template')
-rw-r--r-- | version.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.template b/version.template index 5a64f5c..791112c 100644 --- a/version.template +++ b/version.template @@ -1,2 +1,2 @@ -print("__VERSION__") +print("lua scripts version: " .. '__VERSION__') |