diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-08-31 20:00:52 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-08-31 20:00:52 +0200 |
commit | d66597559f15ce654845a958e2f905bd502a1ed8 (patch) | |
tree | 1203040c0d900a16077279356241b36817b61909 /luaotfload-database.lua | |
parent | 4f04f33f36933aaec7626154e055687b2abe903c (diff) | |
download | luaotfload-d66597559f15ce654845a958e2f905bd502a1ed8.tar.gz |
[db] bump db version number
Diffstat (limited to 'luaotfload-database.lua')
-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 6e49556..dedcd01 100644 --- a/luaotfload-database.lua +++ b/luaotfload-database.lua @@ -102,7 +102,7 @@ if config.luaotfload.update_live ~= false then config.luaotfload.update_live = true end -names.version = 2.210 +names.version = 2.4 names.data = nil --- contains the loaded database names.lookups = nil --- contains the lookup cache |