From fe41213dd2b20b7d3b5f2a97c34447daa621471e Mon Sep 17 00:00:00 2001 From: Robert McLay Date: Wed, 9 Oct 2024 12:51:51 -0500 Subject: [PATCH] moving to TAG_VERSION 8.7.50 --- .versionDate | 2 +- docs/source/conf.py | 1 + settarg/Version.lua | 2 +- src/Version.lua | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.versionDate b/.versionDate index f7501b83c..ce91130a7 100644 --- a/.versionDate +++ b/.versionDate @@ -1 +1 @@ -2024-10-09 12:50 -05:00 +2024-10-09 12:51 -05:00 diff --git a/docs/source/conf.py b/docs/source/conf.py index ad21f6bfe..de11ea71f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -404,5 +404,6 @@ + diff --git a/settarg/Version.lua b/settarg/Version.lua index abe47a834..63c649890 100644 --- a/settarg/Version.lua +++ b/settarg/Version.lua @@ -16,7 +16,7 @@ function M.git() if (s == M.tag() ) then s = "" end return s == "" and s or "("..s..")" end -function M.date() return "2024-10-09 12:50 -05:00" end +function M.date() return "2024-10-09 12:51 -05:00" end function M.name() local a = {} a[#a+1] = M.tag() diff --git a/src/Version.lua b/src/Version.lua index abe47a834..63c649890 100644 --- a/src/Version.lua +++ b/src/Version.lua @@ -16,7 +16,7 @@ function M.git() if (s == M.tag() ) then s = "" end return s == "" and s or "("..s..")" end -function M.date() return "2024-10-09 12:50 -05:00" end +function M.date() return "2024-10-09 12:51 -05:00" end function M.name() local a = {} a[#a+1] = M.tag()