From cc59be4bd1d31b2bb7207dc60072d2090d045fef Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Sun, 24 Apr 2016 20:43:59 +0200 Subject: [db] fix version field Fix #337 This amends the apparent failure of luaotfload-tool as reported by @eg9 and others. --- src/luaotfload-database.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/luaotfload-database.lua b/src/luaotfload-database.lua index d59b7c8..44786a5 100644 --- a/src/luaotfload-database.lua +++ b/src/luaotfload-database.lua @@ -3596,7 +3596,7 @@ return { fonts.definers = fonts.definers or { resolvers = { } } names.blacklist = blacklist - names.version = 2.6 + names.version = 2.7 names.data = nil --- contains the loaded database names.lookups = nil --- contains the lookup cache -- cgit v1.2.3