[latex3-commits] [git/LaTeX3-latex3-latex2e] 2020-10-01-0, develop, release/2020-02-02: Allow for PR/PL explicitly 0 (c4c08521)
Joseph Wright
joseph.wright at morningstar2.co.uk
Fri Jan 31 11:59:50 CET 2020
Repository : https://github.com/latex3/latex2e
On branches: 2020-10-01-0,develop,release/2020-02-02
Link : https://github.com/latex3/latex2e/commit/c4c0852103e3c069aab2cbc20d76d27f35eac1bc
>---------------------------------------------------------------
commit c4c0852103e3c069aab2cbc20d76d27f35eac1bc
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Fri Jan 31 10:59:50 2020 +0000
Allow for PR/PL explicitly 0
>---------------------------------------------------------------
c4c0852103e3c069aab2cbc20d76d27f35eac1bc
build-config.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build-config.lua b/build-config.lua
index d44f65f6..07ff93e5 100644
--- a/build-config.lua
+++ b/build-config.lua
@@ -117,7 +117,7 @@ function update_tag(file,content,tagname,tagdate)
patch_level = "0"
end
else
- if rev then
+ if rev and rev ~= 0 then
tag = tag .. " pre-release " .. rev
patch_level = "-" .. rev
else
More information about the latex3-commits
mailing list.