diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2010-03-12 07:44:31 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2010-03-12 07:44:31 +0200 |
commit | 0f85af7f349da8636abb4a29ccfdce17d2d0615e (patch) | |
tree | 88df20f0ea0f5d2ee98beb11f468ba6cb70521c0 | |
parent | e4d4bfa8ff3a6884b9d2fb8d93ab6a309af5da64 (diff) | |
download | luaotfload-0f85af7f349da8636abb4a29ccfdce17d2d0615e.tar.gz |
Pump version here too
-rw-r--r-- | otfl-font-dum.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otfl-font-dum.lua b/otfl-font-dum.lua index be14030..5295e57 100644 --- a/otfl-font-dum.lua +++ b/otfl-font-dum.lua @@ -48,7 +48,7 @@ end fonts.names = fonts.names or { } -fonts.names.version = 2.004 -- not the same as in context +fonts.names.version = 2.005 -- not the same as in context fonts.names.basename = "otfl-names.lua" fonts.names.subtexmfvardir = "/scripts/luatexfontdb/" fonts.names.new_to_old = { } |