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