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