From bbe168e42f0c058503d45793faf0592b1130fb08 Mon Sep 17 00:00:00 2001 From: Robert McLay Date: Mon, 14 Jan 2019 13:30:46 -0600 Subject: [PATCH] moving to TAG_VERSION 7.8.14 --- src/Version.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Version.lua b/src/Version.lua index d4e9b2e7a..a5d7c8ed9 100644 --- a/src/Version.lua +++ b/src/Version.lua @@ -1,12 +1,12 @@ local M={} -function M.tag() return "7.8.13" end +function M.tag() return "7.8.14" 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 "2019-01-11 16:06 -06:00" end +function M.date() return "2019-01-14 13:30 -06:00" end function M.name() local a = {} a[#a+1] = M.tag()