diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2010-01-14 22:49:52 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2010-01-15 08:28:18 +0200 |
commit | 347ab0a91484624454e20b10f06cf50acdf17254 (patch) | |
tree | 62b2adcefd0f5a0d0598c8cbdc8c9ded63153bd6 /otfl-font-dum.lua | |
parent | f4a8d67512cc4201188301d9ffb75b985a07e41d (diff) | |
download | luaotfload-347ab0a91484624454e20b10f06cf50acdf17254.tar.gz |
Update database version number
We now use our own version number since we no longer compatible with
luatex-fonts' version.
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 285537c..9235e01 100644 --- a/otfl-font-dum.lua +++ b/otfl-font-dum.lua @@ -47,7 +47,7 @@ end fonts.names = fonts.names or { } -fonts.names.version = 1.001 -- not the same as in context +fonts.names.version = 2.000 -- not the same as in context fonts.names.basename = "otfl-names.lua" fonts.names.new_to_old = { } fonts.names.old_to_new = { } |