Skip to content

Commit

Permalink
moving to TAG_VERSION 8.7.50
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McLay committed Oct 9, 2024
1 parent 13cf2bf commit fe41213
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .versionDate
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024-10-09 12:50 -05:00
2024-10-09 12:51 -05:00
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,5 +404,6 @@






2 changes: 1 addition & 1 deletion settarg/Version.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion src/Version.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit fe41213

Please sign in to comment.