diff --git a/src/Version.lua b/src/Version.lua index 3b0d2c058..684122fc2 100644 --- a/src/Version.lua +++ b/src/Version.lua @@ -1,13 +1,13 @@ --module('Version') local M={} -function M.tag() return "6.1.7" end +function M.tag() return "6.2" end function M.git() local s = "@git@" if (s == "@" .. "git@") then s = "" end if (s == "("..M.tag()..")") then s = "" end return s end -function M.date() return "2016-04-08 19:20" end +function M.date() return "2016-04-18 14:10" end function M.name() local a = {} a[#a+1] = M.tag()