Commit ea7543a Robert McLay
committed
1 parent 1e8cfd4 commit ea7543a Copy full SHA for ea7543a
File tree 4 files changed +9
-8
lines changed
4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
- 2024-06-24 10:06 -06:00
1
+ 2024-06-24 15:33 -06:00
Original file line number Diff line number Diff line change 57
57
# The short X.Y version.
58
58
version = '8.7'
59
59
# The full version, including alpha/beta/rc tags.
60
- release = '8.7.41 '
60
+ release = '8.7.42 '
61
61
62
62
# The language for content autogenerated by Sphinx. Refer to documentation
63
63
# for a list of supported languages.
395
395
396
396
397
397
398
+
398
399
399
400
Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ function M.branchStr()
9
9
end
10
10
return s == " " and s or " [branch: " .. s .. " ]"
11
11
end
12
- function M .tag () return " 8.7.41 " end
12
+ function M .tag () return " 8.7.42 " end
13
13
function M .git ()
14
- local s = " 8.7.41 "
14
+ local s = " 8.7.42 "
15
15
if (s == " @" .. " git@" ) then s = " " end
16
16
if (s == M .tag () ) then s = " " end
17
17
return s == " " and s or " (" .. s .. " )"
18
18
end
19
- function M .date () return " 2024-06-24 10:06 -06:00" end
19
+ function M .date () return " 2024-06-24 15:33 -06:00" end
20
20
function M .name ()
21
21
local a = {}
22
22
a [# a + 1 ] = M .tag ()
Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ function M.branchStr()
9
9
end
10
10
return s == " " and s or " [branch: " .. s .. " ]"
11
11
end
12
- function M .tag () return " 8.7.41 " end
12
+ function M .tag () return " 8.7.42 " end
13
13
function M .git ()
14
- local s = " 8.7.41 "
14
+ local s = " 8.7.42 "
15
15
if (s == " @" .. " git@" ) then s = " " end
16
16
if (s == M .tag () ) then s = " " end
17
17
return s == " " and s or " (" .. s .. " )"
18
18
end
19
- function M .date () return " 2024-06-24 10:06 -06:00" end
19
+ function M .date () return " 2024-06-24 15:33 -06:00" end
20
20
function M .name ()
21
21
local a = {}
22
22
a [# a + 1 ] = M .tag ()
You can’t perform that action at this time.
0 commit comments