Skip to content

Commit 70a9fa0

Browse files
author
Robert McLay
committed
moving to TAG_VERSION 6.2
1 parent fc4a1fa commit 70a9fa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Version.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
--module('Version')
22
local M={}
3-
function M.tag() return "6.1.7" end
3+
function M.tag() return "6.2" end
44
function M.git()
55
local s = "@git@"
66
if (s == "@" .. "git@") then s = "" end
77
if (s == "("..M.tag()..")") then s = "" end
88
return s
99
end
10-
function M.date() return "2016-04-08 19:20" end
10+
function M.date() return "2016-04-18 14:10" end
1111
function M.name()
1212
local a = {}
1313
a[#a+1] = M.tag()

0 commit comments

Comments
 (0)