[latex3-commits] [git/LaTeX3-latex3-luaotfload] dev: Step dev version (b60c26c)

Marcel Fabian Krüger tex at 2krueger.de
Fri May 21 19:40:38 CEST 2021


Repository : https://github.com/latex3/luaotfload
On branch  : dev
Link       : https://github.com/latex3/luaotfload/commit/b60c26cd464164401affd01c0b84178fa7e431a6

>---------------------------------------------------------------

commit b60c26cd464164401affd01c0b84178fa7e431a6
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Fri May 21 19:40:38 2021 +0200

    Step dev version


>---------------------------------------------------------------

b60c26cd464164401affd01c0b84178fa7e431a6
 README.md                                        | 2 +-
 build.lua                                        | 2 +-
 doc/CTANREADME.md                                | 2 +-
 doc/luaotfload-main.tex                          | 2 +-
 doc/luaotfload-tool.rst                          | 2 +-
 doc/luaotfload.conf.rst                          | 2 +-
 scripts/mkstatus                                 | 2 +-
 src/auto/luaotfload-glyphlist.lua                | 2 +-
 src/auto/luaotfload-status.lua                   | 2 +-
 src/fontloader/runtime/fontloader-basics-gen.lua | 2 +-
 src/luaotfload-auxiliary.lua                     | 2 +-
 src/luaotfload-colors.lua                        | 2 +-
 src/luaotfload-configuration.lua                 | 2 +-
 src/luaotfload-database.lua                      | 2 +-
 src/luaotfload-diagnostics.lua                   | 2 +-
 src/luaotfload-dvi.lua                           | 2 +-
 src/luaotfload-embolden.lua                      | 2 +-
 src/luaotfload-fallback.lua                      | 2 +-
 src/luaotfload-features.lua                      | 2 +-
 src/luaotfload-filelist.lua                      | 2 +-
 src/luaotfload-harf-define.lua                   | 2 +-
 src/luaotfload-harf-plug.lua                     | 2 +-
 src/luaotfload-init.lua                          | 2 +-
 src/luaotfload-letterspace.lua                   | 2 +-
 src/luaotfload-loaders.lua                       | 2 +-
 src/luaotfload-log.lua                           | 2 +-
 src/luaotfload-multiscript.lua                   | 2 +-
 src/luaotfload-notdef.lua                        | 2 +-
 src/luaotfload-parsers.lua                       | 2 +-
 src/luaotfload-resolvers.lua                     | 2 +-
 src/luaotfload-scripts.lua                       | 2 +-
 src/luaotfload-suppress.lua                      | 2 +-
 src/luaotfload-szss.lua                          | 2 +-
 src/luaotfload-tool.lua                          | 2 +-
 src/luaotfload-tounicode.lua                     | 2 +-
 src/luaotfload-unicode.lua                       | 2 +-
 src/luaotfload.lua                               | 2 +-
 src/luaotfload.sty                               | 2 +-
 testfiles/aaaaa-luakern.tlg                      | 2 +-
 39 files changed, 39 insertions(+), 39 deletions(-)

diff --git a/README.md b/README.md
index 051d5ef..f14d55c 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # The Luaotfload Package
 
-![Version: 3.18](https://img.shields.io/badge/current_version-3.18-blue.svg?style=flat-square)
+![Version: 3.19-dev](https://img.shields.io/badge/current_version-3.19--dev-blue.svg?style=flat-square)
 ![Date: 2021-05-21](https://img.shields.io/badge/date-2021--05--21-blue.svg?style=flat-square)
 [![License: GNU GPLv2](https://img.shields.io/badge/license-GNU_GPLv2-blue.svg?style=flat-square)](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
 
diff --git a/build.lua b/build.lua
index 05a9de2..86a4deb 100644
--- a/build.lua
+++ b/build.lua
@@ -1,5 +1,5 @@
 
-packageversion= "3.18"
+packageversion= "3.19-dev"
 packagedate   = "2021-05-21"
 fontloaderdate= "2021-05-20"
 packagedesc   = ""
diff --git a/doc/CTANREADME.md b/doc/CTANREADME.md
index a58b1c9..59cf78c 100644
--- a/doc/CTANREADME.md
+++ b/doc/CTANREADME.md
@@ -1,6 +1,6 @@
 # The Luaotfload Package
 
-VERSION: 3.18
+VERSION: 3.19-dev
 
 DATE: 2021-05-21
 
diff --git a/doc/luaotfload-main.tex b/doc/luaotfload-main.tex
index ccc20ca..9be30b3 100644
--- a/doc/luaotfload-main.tex
+++ b/doc/luaotfload-main.tex
@@ -32,7 +32,7 @@
 \beginfrontmatter
 
   \setdocumenttitle  {The \identifier{luaotfload} package}
-  \setdocumentdate   {2021-05-21 v3.18}
+  \setdocumentdate   {2021-05-21 v3.19-dev}
   \setdocumentauthor {LaTeX3 Project\\
                       Elie Roux · Khaled Hosny · Philipp Gesang · Ulrike Fischer · Marcel Krüger\\
                       Home: \hyperlink {https://github.com/latex3/luaotfload}}
diff --git a/doc/luaotfload-tool.rst b/doc/luaotfload-tool.rst
index 085a371..69ebb3a 100644
--- a/doc/luaotfload-tool.rst
+++ b/doc/luaotfload-tool.rst
@@ -8,7 +8,7 @@
 
 :Date:                  2021-05-21
 :Copyright:             GPL v2.0
-:Version:               3.18
+:Version:               3.19-dev
 :Manual section:        1
 :Manual group:          text processing
 
diff --git a/doc/luaotfload.conf.rst b/doc/luaotfload.conf.rst
index 84db4dc..4f44368 100644
--- a/doc/luaotfload.conf.rst
+++ b/doc/luaotfload.conf.rst
@@ -8,7 +8,7 @@
 
 :Date:                  2021-05-21
 :Copyright:             GPL v2.0
-:Version:               3.18
+:Version:               3.19-dev
 :Manual section:        5
 :Manual group:          text processing
 
diff --git a/scripts/mkstatus b/scripts/mkstatus
index 27715bd..ba80faf 100755
--- a/scripts/mkstatus
+++ b/scripts/mkstatus
@@ -245,7 +245,7 @@ local git_info = function ()
       die "cannot parse git information"
     end
     data = data ()
-    data.description = "v3.18/2021-05-21"
+    data.description = "v3.19-dev/2021-05-21"
     return data
   end
   die "cannot read from pipe"
diff --git a/src/auto/luaotfload-glyphlist.lua b/src/auto/luaotfload-glyphlist.lua
index 93a2eae..733b393 100644
--- a/src/auto/luaotfload-glyphlist.lua
+++ b/src/auto/luaotfload-glyphlist.lua
@@ -1,7 +1,7 @@
 if luaotfload_module then
   luaotfload_module {
     name          = "luaotfload-glyphlist",
-    version       = "3.18",       --TAGVERSION
+    version       = "3.19-dev",       --TAGVERSION
     date          = "2021-05-21", --TAGDATE
     description   = "luaotfload submodule / autogenerated glyphlist",
     copyright   = "derived from https://raw.githubusercontent.com/adobe-type-tools/agl-aglfn/master/glyphlist.txt",
diff --git a/src/auto/luaotfload-status.lua b/src/auto/luaotfload-status.lua
index 6743a02..f8ede7e 100644
--- a/src/auto/luaotfload-status.lua
+++ b/src/auto/luaotfload-status.lua
@@ -91,7 +91,7 @@ return {
  },
  ["notes"]={
   ["committer"]="Marcel Fabian Krüger <tex at 2krueger.de>",
-  ["description"]="v3.18/2021-05-21",
+  ["description"]="v3.19-dev/2021-05-21",
   ["loader"]="fontloader-2021-05-20.lua",
   ["revision"]="3f2cacb9d2136142cffb183774c0edaeb4ea3314",
   ["timestamp"]="2021-05-21 02:12:47 +0200",
diff --git a/src/fontloader/runtime/fontloader-basics-gen.lua b/src/fontloader/runtime/fontloader-basics-gen.lua
index 5a6e90c..1cc8537 100644
--- a/src/fontloader/runtime/fontloader-basics-gen.lua
+++ b/src/fontloader/runtime/fontloader-basics-gen.lua
@@ -189,7 +189,7 @@ local readables = { }
 local usingjit  = jit
 
 if not caches.namespace or caches.namespace == "" or caches.namespace == "context" then
-    caches.namespace = 'generic'
+    caches.namespace = 'generic-dev'
 end
 
 do
diff --git a/src/luaotfload-auxiliary.lua b/src/luaotfload-auxiliary.lua
index 9c2d204..fce0a1e 100644
--- a/src/luaotfload-auxiliary.lua
+++ b/src/luaotfload-auxiliary.lua
@@ -6,7 +6,7 @@
 
 assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") { 
     name          = "luaotfload-auxiliary",
-    version       = "3.18",       --TAGVERSION
+    version       = "3.19-dev",       --TAGVERSION
     date          = "2021-05-21", --TAGDATE
     description   = "luaotfload submodule / auxiliary functions",
     license       = "GPL v2.0"
diff --git a/src/luaotfload-colors.lua b/src/luaotfload-colors.lua
index c6a437c..17f4f3f 100644
--- a/src/luaotfload-colors.lua
+++ b/src/luaotfload-colors.lua
@@ -5,7 +5,7 @@
 
 assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") { 
     name          = "luaotfload-colors",
-    version       = "3.18",       --TAGVERSION
+    version       = "3.19-dev",       --TAGVERSION
     date          = "2021-05-21", --TAGDATE
     description   = "luaotfload submodule / color",
     license       = "GPL v2.0",
diff --git a/src/luaotfload-configuration.lua b/src/luaotfload-configuration.lua
index 76a8d68..3484598 100644
--- a/src/luaotfload-configuration.lua
+++ b/src/luaotfload-configuration.lua
@@ -7,7 +7,7 @@
 
 assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") { 
     name          = "luaotfload-configuration",
-    version       = "3.18",       --TAGVERSION
+    version       = "3.19-dev",       --TAGVERSION
     date          = "2021-05-21", --TAGDATE
     description   = "luaotfload submodule / config file reader",
     license       = "GPL v2.0"
diff --git a/src/luaotfload-database.lua b/src/luaotfload-database.lua
index b1d264f..644b519 100644
--- a/src/luaotfload-database.lua
+++ b/src/luaotfload-database.lua
@@ -5,7 +5,7 @@
 do -- block to avoid to many local variables error
  assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") { 
      name          = "luaotfload-database",
-     version       = "3.18",       --TAGVERSION
+     version       = "3.19-dev",       --TAGVERSION
      date          = "2021-05-21", --TAGDATE
      description   = "luaotfload submodule / database",
      license       = "GPL v2.0",
diff --git a/src/luaotfload-diagnostics.lua b/src/luaotfload-diagnostics.lua
index fe959a5..55add86 100644
--- a/src/luaotfload-diagnostics.lua
+++ b/src/luaotfload-diagnostics.lua
@@ -7,7 +7,7 @@
 
 assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") { 
     name          = "luaotfload-diagnostics",
-    version       = "3.18",       --TAGVERSION
+    version       = "3.19-dev",       --TAGVERSION
     date          = "2021-05-21", --TAGDATE
     description   = "luaotfload-tool submodule / diagnostics",
     license       = "GPL v2.0"
diff --git a/src/luaotfload-dvi.lua b/src/luaotfload-dvi.lua
index f368c3a..5df39f0 100644
--- a/src/luaotfload-dvi.lua
+++ b/src/luaotfload-dvi.lua
@@ -6,7 +6,7 @@
 
 assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") { 
     name          = "luaotfload-dvi",
-    version       = "3.18",       --TAGVERSION
+    version       = "3.19-dev",       --TAGVERSION
     date          = "2021-05-21", --TAGDATE
     description   = "luaotfload submodule / DVI",
     license       = "GPL v2.0",
diff --git a/src/luaotfload-embolden.lua b/src/luaotfload-embolden.lua
index ca035bc..5ff4ced 100644
--- a/src/luaotfload-embolden.lua
+++ b/src/luaotfload-embolden.lua
@@ -5,7 +5,7 @@
 
 assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") { 
     name          = "luaotfload-embolden",
-    version       = "3.18",       --TAGVERSION
+    version       = "3.19-dev",       --TAGVERSION
     date          = "2021-05-21", --TAGDATE
     description   = "luaotfload submodule / embolden",
     license       = "GPL v2.0",
diff --git a/src/luaotfload-fallback.lua b/src/luaotfload-fallback.lua
index 3e5d65e..095cde6 100644
--- a/src/luaotfload-fallback.lua
+++ b/src/luaotfload-fallback.lua
@@ -5,7 +5,7 @@
 
 assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") {
     name          = "luaotfload-fallback",
-    version       = "3.18",     --TAGVERSION
+    version       = "3.19-dev",     --TAGVERSION
     date          = "2021-05-21", --TAGDATE
     description   = "luaotfload submodule / fallback",
     license       = "GPL v2.0",
diff --git a/src/luaotfload-features.lua b/src/luaotfload-features.lua
index bedcd59..700b8e6 100644
--- a/src/luaotfload-features.lua
+++ b/src/luaotfload-features.lua
@@ -5,7 +5,7 @@
 
 assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") { 
     name          = "luaotfload-features",
-    version       = "3.18",       --TAGVERSION
+    version       = "3.19-dev",       --TAGVERSION
     date          = "2021-05-21", --TAGDATE
     description   = "luaotfload submodule / features",
     license       = "GPL v2.0",
diff --git a/src/luaotfload-filelist.lua b/src/luaotfload-filelist.lua
index e3fc38a..d755f62 100644
--- a/src/luaotfload-filelist.lua
+++ b/src/luaotfload-filelist.lua
@@ -6,7 +6,7 @@
 
 if luaotfload_module then luaotfload_module {
     name          = "luaotfload-filelist",
-    version       = "3.18",       --TAGVERSION
+    version       = "3.19-dev",       --TAGVERSION
     date          = "2021-05-21", --TAGDATE
     description   = "luaotfload submodule / filelist",
     license       = "GPL v2.0"
diff --git a/src/luaotfload-harf-define.lua b/src/luaotfload-harf-define.lua
index f128adb..c4f171d 100644
--- a/src/luaotfload-harf-define.lua
+++ b/src/luaotfload-harf-define.lua
@@ -5,7 +5,7 @@
 do -- block to avoid to many local variables error
  assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") { 
      name          = "luaotfload-harf-define",
-     version       = "3.18",       --TAGVERSION
+     version       = "3.19-dev",       --TAGVERSION
      date          = "2021-05-21", --TAGDATE
      description   = "luaotfload submodule / HarfBuzz font loading",
      license       = "GPL v2.0",
diff --git a/src/luaotfload-harf-plug.lua b/src/luaotfload-harf-plug.lua
index 1577aa7..9070952 100644
--- a/src/luaotfload-harf-plug.lua
+++ b/src/luaotfload-harf-plug.lua
@@ -4,7 +4,7 @@
 -----------------------------------------------------------------------
 assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") {
   name          = "luaotfload-harf-plug",
-  version       = "3.18",       --TAGVERSION
+  version       = "3.19-dev",       --TAGVERSION
   date          = "2021-05-21", --TAGDATE
   description   = "luaotfload submodule / HarfBuzz shaping",
   license       = "GPL v2.0",
diff --git a/src/luaotfload-init.lua b/src/luaotfload-init.lua
index 9ce1d24..69596ac 100644
--- a/src/luaotfload-init.lua
+++ b/src/luaotfload-init.lua
@@ -7,7 +7,7 @@
 
 assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") {
     name          = "luaotfload-init",
-    version       = "3.18",       --TAGVERSION
+    version       = "3.19-dev",       --TAGVERSION
     date          = "2021-05-21", --TAGDATE
     description   = "luaotfload submodule / initialization",
     license       = "GPL v2.0"
diff --git a/src/luaotfload-letterspace.lua b/src/luaotfload-letterspace.lua
index 7963a83..993c804 100644
--- a/src/luaotfload-letterspace.lua
+++ b/src/luaotfload-letterspace.lua
@@ -5,7 +5,7 @@
 
 assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") { 
     name          = "luaotfload-letterspace",
-    version       = "3.18",       --TAGVERSION
+    version       = "3.19-dev",       --TAGVERSION
     date          = "2021-05-21", --TAGDATE
     description   = "luaotfload submodule / letterspacing",
     license       = "GPL v2.0",
diff --git a/src/luaotfload-loaders.lua b/src/luaotfload-loaders.lua
index 1ed66ae..941625a 100644
--- a/src/luaotfload-loaders.lua
+++ b/src/luaotfload-loaders.lua
@@ -8,7 +8,7 @@
 
 assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") { 
     name          = "luaotfload-loaders",
-    version       = "3.18",       --TAGVERSION
+    version       = "3.19-dev",       --TAGVERSION
     date          = "2021-05-21", --TAGDATE
     description   = "luaotfload submodule / callback handling",
     license       = "GPL v2.0"
diff --git a/src/luaotfload-log.lua b/src/luaotfload-log.lua
index 74c5fd6..8237c0a 100644
--- a/src/luaotfload-log.lua
+++ b/src/luaotfload-log.lua
@@ -6,7 +6,7 @@
 
 assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") { 
     name          = "luaotfload-log",
-    version       = "3.18",       --TAGVERSION
+    version       = "3.19-dev",       --TAGVERSION
     date          = "2021-05-21", --TAGDATE
     description   = "luaotfload submodule / logging",
     license       = "GPL v2.0",
diff --git a/src/luaotfload-multiscript.lua b/src/luaotfload-multiscript.lua
index e3cf9a0..98cdf4b 100644
--- a/src/luaotfload-multiscript.lua
+++ b/src/luaotfload-multiscript.lua
@@ -5,7 +5,7 @@
 
 assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") {
     name          = "luaotfload-multiscript",
-    version       = "3.18",     --TAGVERSION
+    version       = "3.19-dev",     --TAGVERSION
     date          = "2021-05-21", --TAGDATE
     description   = "luaotfload submodule / multiscript",
     license       = "GPL v2.0",
diff --git a/src/luaotfload-notdef.lua b/src/luaotfload-notdef.lua
index d8cc677..a907003 100644
--- a/src/luaotfload-notdef.lua
+++ b/src/luaotfload-notdef.lua
@@ -5,7 +5,7 @@
 
 assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") { 
     name          = "luaotfload-notdef",
-    version       = "3.18",       --TAGVERSION
+    version       = "3.19-dev",       --TAGVERSION
     date          = "2021-05-21", --TAGDATE
     description   = "luaotfload submodule / notdef",
     license       = "GPL v2.0",
diff --git a/src/luaotfload-parsers.lua b/src/luaotfload-parsers.lua
index cd452b4..e1764ab 100644
--- a/src/luaotfload-parsers.lua
+++ b/src/luaotfload-parsers.lua
@@ -7,7 +7,7 @@
 
 assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") { 
     name          = "luaotfload-parsers",
-    version       = "3.18",       --TAGVERSION
+    version       = "3.19-dev",       --TAGVERSION
     date          = "2021-05-21", --TAGDATE
     description   = "luaotfload submodule / parsers",
     license       = "GPL v2.0"
diff --git a/src/luaotfload-resolvers.lua b/src/luaotfload-resolvers.lua
index a247577..7af2409 100644
--- a/src/luaotfload-resolvers.lua
+++ b/src/luaotfload-resolvers.lua
@@ -11,7 +11,7 @@
 
 assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") { 
     name          = "luaotfload-resolvers",
-    version       = "3.18",       --TAGVERSION
+    version       = "3.19-dev",       --TAGVERSION
     date          = "2021-05-21", --TAGDATE
     description   = "luaotfload submodule / resolvers",
     license       = "GPL v2.0"
diff --git a/src/luaotfload-scripts.lua b/src/luaotfload-scripts.lua
index 8a4f51e..ee14870 100644
--- a/src/luaotfload-scripts.lua
+++ b/src/luaotfload-scripts.lua
@@ -5,7 +5,7 @@
 
 assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") { 
     name          = "luaotfload-script",
-    version       = "3.18",       --TAGVERSION
+    version       = "3.19-dev",       --TAGVERSION
     date          = "2021-05-21", --TAGDATE
     description   = "luaotfload submodule / Script helpers",
     license       = "CC0 1.0 Universal",
diff --git a/src/luaotfload-suppress.lua b/src/luaotfload-suppress.lua
index 8ea049b..c5fd5f5 100644
--- a/src/luaotfload-suppress.lua
+++ b/src/luaotfload-suppress.lua
@@ -5,7 +5,7 @@
 
 assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") { 
     name          = "luaotfload-suppress",
-    version       = "3.18",       --TAGVERSION
+    version       = "3.19-dev",       --TAGVERSION
     date          = "2021-05-21", --TAGDATE
     description   = "luaotfload submodule / suppress",
     license       = "GPL v2.0",
diff --git a/src/luaotfload-szss.lua b/src/luaotfload-szss.lua
index 26c89ea..d805099 100644
--- a/src/luaotfload-szss.lua
+++ b/src/luaotfload-szss.lua
@@ -5,7 +5,7 @@
 
 assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") { 
     name          = "luaotfload-szss",
-    version       = "3.18",       --TAGVERSION
+    version       = "3.19-dev",       --TAGVERSION
     date          = "2021-05-21", --TAGDATE
     description   = "luaotfload submodule / Special feature handling",
     license       = "GPL v2.0",
diff --git a/src/luaotfload-tool.lua b/src/luaotfload-tool.lua
index df80d4d..0cc01e5 100755
--- a/src/luaotfload-tool.lua
+++ b/src/luaotfload-tool.lua
@@ -9,7 +9,7 @@
 
 local ProvidesLuaModule = { 
     name          = "luaotfload-tool",
-    version       = "3.18",       --TAGVERSION
+    version       = "3.19-dev",       --TAGVERSION
     date          = "2021-05-21", --TAGDATE
     description   = "luaotfload-tool / database functionality",
     license       = "GPL v2.0"
diff --git a/src/luaotfload-tounicode.lua b/src/luaotfload-tounicode.lua
index 928dfd3..ade72d6 100644
--- a/src/luaotfload-tounicode.lua
+++ b/src/luaotfload-tounicode.lua
@@ -5,7 +5,7 @@
 
 assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") { 
     name          = "luaotfload-tounicode",
-    version       = "3.18",       --TAGVERSION
+    version       = "3.19-dev",       --TAGVERSION
     date          = "2021-05-21", --TAGDATE
     description   = "luaotfload submodule / tounicode",
     license       = "GPL v2.0",
diff --git a/src/luaotfload-unicode.lua b/src/luaotfload-unicode.lua
index ccc3988..65e9c23 100644
--- a/src/luaotfload-unicode.lua
+++ b/src/luaotfload-unicode.lua
@@ -5,7 +5,7 @@
 
 assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") {
     name          = "luaotfload-unicode",
-    version       = "3.18",       --TAGVERSION
+    version       = "3.19-dev",       --TAGVERSION
     date          = "2021-05-21", --TAGDATE
     description   = "luaotfload submodule / Unicode helpers",
     license       = "CC0 1.0 Universal",
diff --git a/src/luaotfload.lua b/src/luaotfload.lua
index 8d769d7..728123c 100644
--- a/src/luaotfload.lua
+++ b/src/luaotfload.lua
@@ -20,7 +20,7 @@ local authors = "\z
 -- version number is used below!
 local ProvidesLuaModule = { 
     name          = "luaotfload",
-    version       = "3.18",       --TAGVERSION
+    version       = "3.19-dev",       --TAGVERSION
     date          = "2021-05-21", --TAGDATE
     description   = "Lua based OpenType font support",
     author        = authors,
diff --git a/src/luaotfload.sty b/src/luaotfload.sty
index 20dc5ff..88aba66 100644
--- a/src/luaotfload.sty
+++ b/src/luaotfload.sty
@@ -39,7 +39,7 @@
 \fi
 \ifdefined\ProvidesPackage
   \ProvidesPackage{luaotfload}%
-    [2021/05/21 v3.18  OpenType layout system]
+    [2021/05/21 v3.19-dev  OpenType layout system]
 \fi
 \directlua{
   if xpcall(function ()%
diff --git a/testfiles/aaaaa-luakern.tlg b/testfiles/aaaaa-luakern.tlg
index dc17ad6..7f26352 100644
--- a/testfiles/aaaaa-luakern.tlg
+++ b/testfiles/aaaaa-luakern.tlg
@@ -1,6 +1,6 @@
 This is a generated file for the l3build validation system.
 Don't change this file in any respect.
-3.18 with fontloaderxxx2021xxx05xxx20.lua
+3.19-dev with fontloaderxxx2021xxx05xxx20.lua
 Completed box being shipped out [1]
 \vbox(633.0+0.0)x407.0, direction TLT
 .\glue 16.0





More information about the latex3-commits mailing list.