summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Gesang <phg@phi-gamma.net>2016-04-24 20:43:59 +0200
committerPhilipp Gesang <phg@phi-gamma.net>2016-04-24 20:44:03 +0200
commitcc59be4bd1d31b2bb7207dc60072d2090d045fef (patch)
treef7cdf458125705b1cdcc683f357f4df88ea05d57
parent9e1efb4c32dc1ef8319e9fd7bb708aa7eaec43ec (diff)
downloadluaotfload-cc59be4bd1d31b2bb7207dc60072d2090d045fef.tar.gz
[db] fix version field
Fix #337 This amends the apparent failure of luaotfload-tool as reported by @eg9 and others.
-rw-r--r--src/luaotfload-database.lua2
1 files changed, 1 insertions, 1 deletions
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