diff options
| author | Philipp Gesang <phg42.2a@gmail.com> | 2014-01-26 20:56:48 +0100 |
|---|---|---|
| committer | Philipp Gesang <phg42.2a@gmail.com> | 2014-01-26 20:56:48 +0100 |
| commit | ea11a26f5c1b0e86187ab39235092363a7f03d42 (patch) | |
| tree | 29fcc5f6504006bce751d3e9f1def8df78a5af8d | |
| parent | dab04e4cca0e5e9877ab69b1f46574e7554670a8 (diff) | |
| download | luaotfload-ea11a26f5c1b0e86187ab39235092363a7f03d42.tar.gz | |
[db] increment index version
| -rw-r--r-- | luaotfload-database.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/luaotfload-database.lua b/luaotfload-database.lua index eda336b..cf9e672 100644 --- a/luaotfload-database.lua +++ b/luaotfload-database.lua @@ -131,7 +131,7 @@ luaotfloadconfig.compress = luaotfloadconfig.compress ~= false local names = fonts.names local name_index = nil --> upvalue for names.data local lookup_cache = nil --> for names.lookups -names.version = 2.4 +names.version = 2.5 names.data = nil --- contains the loaded database names.lookups = nil --- contains the lookup cache |
