From 70a9fa0b9841e5f181de4b15a740a9e42c71b2f7 Mon Sep 17 00:00:00 2001 From: Robert McLay Date: Mon, 18 Apr 2016 14:10:04 -0500 Subject: [PATCH] moving to TAG_VERSION 6.2 --- src/Version.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()