[latex3-commits] [git/LaTeX3-latex3-lualibs] master, v2.68-20191029: separate package and fontloader date (de2ee29)
Ulrike Fischer
fischer at troubleshooting-tex.de
Tue Nov 5 15:36:19 CET 2019
Repository : https://github.com/latex3/lualibs
On branches: master,v2.68-20191029
Link : https://github.com/latex3/lualibs/commit/de2ee29457a4c815dc36478d9a5ec7f1049cfde2
>---------------------------------------------------------------
commit de2ee29457a4c815dc36478d9a5ec7f1049cfde2
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Tue Nov 5 15:36:19 2019 +0100
separate package and fontloader date
>---------------------------------------------------------------
de2ee29457a4c815dc36478d9a5ec7f1049cfde2
build.lua | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/build.lua b/build.lua
index 068b81d..67da6b4 100644
--- a/build.lua
+++ b/build.lua
@@ -1,6 +1,7 @@
-- Build script for lualibs
packageversion= "2.68"
-packagedate= "2019-10-29"
+packagedate= "2019-11-05"
+fontloaderdate= "2019-10-29" -- only as record.
module = "lualibs"
ctanpkg = "lualibs"
@@ -30,7 +31,7 @@ uploadconfig = {
note = [[Uploaded automatically by l3build... Description and authors unchanged]],
description=[[Lualibs is a collection of Lua modules useful for general programming.
The bundle is based on lua modules shipped with ConTeXt, and made available in this bundle for use independent of ConTeXt.]],
- announcement="This version syncs the files with the ConTeXt files from "..packagedate.."."
+ announcement="This version syncs the files with the ConTeXt files from "..fontloaderdate.."."
}
-- check (currently no tests)
More information about the latex3-commits
mailing list