diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2017-02-03 22:05:41 +0100 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2017-02-03 22:05:41 +0100 |
commit | f445197b9eb9ccd9ea7fe6ec78a15a6109629488 (patch) | |
tree | 2d858bd23c1722c998bcc1a9d9ecf9d9068951c7 | |
parent | 7308f84bf07382407df5efe14a7a9e96f0cb5e3a (diff) | |
download | luaotfload-f445197b9eb9ccd9ea7fe6ec78a15a6109629488.tar.gz |
[db] increase version
-rw-r--r-- | src/luaotfload-database.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luaotfload-database.lua b/src/luaotfload-database.lua index 950d126..9c8c298 100644 --- a/src/luaotfload-database.lua +++ b/src/luaotfload-database.lua @@ -3680,7 +3680,7 @@ return { fonts.definers = fonts.definers or { resolvers = { } } names.blacklist = blacklist - names.version = 4 --- increase monotonically + names.version = 5 --- increase monotonically names.data = nil --- contains the loaded database names.lookups = nil --- contains the lookup cache |