Skip to content

Commit c8204f4

Browse files
author
Robert McLay
committed
moving to TAG_VERSION 8.7.47
1 parent a678dab commit c8204f4

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

.versionDate

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-07-21 19:29 -04:00
1+
2024-07-22 10:04 -04:00

docs/source/conf.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
# The short X.Y version.
5858
version = '8.7'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '8.7.46'
60+
release = '8.7.47'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.
@@ -400,5 +400,6 @@
400400

401401

402402

403+
403404

404405

settarg/Version.lua

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ function M.branchStr()
99
end
1010
return s == "" and s or "[branch: "..s.."]"
1111
end
12-
function M.tag() return "8.7.46" end
12+
function M.tag() return "8.7.47" end
1313
function M.git()
14-
local s = "8.7.46"
14+
local s = "8.7.47"
1515
if (s == "@" .. "git@") then s = "" end
1616
if (s == M.tag() ) then s = "" end
1717
return s == "" and s or "("..s..")"
1818
end
19-
function M.date() return "2024-07-21 19:29 -04:00" end
19+
function M.date() return "2024-07-22 10:04 -04:00" end
2020
function M.name()
2121
local a = {}
2222
a[#a+1] = M.tag()

src/Version.lua

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ function M.branchStr()
99
end
1010
return s == "" and s or "[branch: "..s.."]"
1111
end
12-
function M.tag() return "8.7.46" end
12+
function M.tag() return "8.7.47" end
1313
function M.git()
14-
local s = "8.7.46"
14+
local s = "8.7.47"
1515
if (s == "@" .. "git@") then s = "" end
1616
if (s == M.tag() ) then s = "" end
1717
return s == "" and s or "("..s..")"
1818
end
19-
function M.date() return "2024-07-21 19:29 -04:00" end
19+
function M.date() return "2024-07-22 10:04 -04:00" end
2020
function M.name()
2121
local a = {}
2222
a[#a+1] = M.tag()

0 commit comments

Comments
 (0)