diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2010-01-25 17:25:02 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2010-01-28 15:41:03 +0200 |
commit | b2034f51aebe9039356559659fcecbe51819e440 (patch) | |
tree | 790b19f2051bdfac69df5d42b2341b71a20f9054 /otfl-font-dum.lua | |
parent | b8cc1d86abe249c56168f32dd16e020a57aaf02e (diff) | |
download | luaotfload-b2034f51aebe9039356559659fcecbe51819e440.tar.gz |
More compact layout
Diffstat (limited to 'otfl-font-dum.lua')
-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 7dfdf3d..3726036 100644 --- a/otfl-font-dum.lua +++ b/otfl-font-dum.lua @@ -47,7 +47,7 @@ end fonts.names = fonts.names or { } -fonts.names.version = 2.001 -- not the same as in context +fonts.names.version = 2.002 -- not the same as in context fonts.names.basename = "otfl-names.lua" fonts.names.new_to_old = { } fonts.names.old_to_new = { } |