diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-08-01 15:53:43 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-08-01 15:53:43 +0200 |
commit | c3e5006283891b494871128613a13ab40f8efc9a (patch) | |
tree | 36f03fd2764c4d15897f2f43ef573257f3e02a50 /luaotfload-database.lua | |
parent | e82948605b7bf6a0f8911c820fdafbb01bafdab4 (diff) | |
download | luaotfload-c3e5006283891b494871128613a13ab40f8efc9a.tar.gz |
[db] bump names db version
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 e6def1c..ac2d0db 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.207 +names.version = 2.208 names.data = nil --- contains the loaded database names.lookups = nil --- contains the lookup cache |