diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2010-02-28 18:16:57 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2010-02-28 18:23:30 +0200 |
commit | c46a92a2b93e3baa85cc9e130af1613142f9f524 (patch) | |
tree | 5d580fa4735694a993d7bcd2d13c6f463a372057 /otfl-font-dum.lua | |
parent | 5b447997b8cf17fa1e48174a7ae76ed9215359e5 (diff) | |
download | luaotfload-c46a92a2b93e3baa85cc9e130af1613142f9f524.tar.gz |
Correlate checksums to filenames
This way when the file is moved around, its filename in the database
will be updated, as suggested by Elie.
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 5c0d1ed..0b2e911 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.003 -- not the same as in context +fonts.names.version = 2.004 -- not the same as in context fonts.names.basename = "otfl-names.lua" fonts.names.new_to_old = { } fonts.names.old_to_new = { } |