diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2015-12-09 22:52:54 +0100 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2015-12-09 22:52:59 +0100 |
commit | 334aceef887d77f2ad53aba2a8623aedf77a6370 (patch) | |
tree | 8d92220c2c3c24538224633daf80a8739b6ea077 /src/luaotfload-database.lua | |
parent | e6aa4d71589ed6f35a6a62850c001e644900f13a (diff) | |
download | luaotfload-334aceef887d77f2ad53aba2a8623aedf77a6370.tar.gz |
[*] bump version and date
We still had some 2014 values lingering around dark corners. In theory
this is all meaningless wrt. the Git repo.
Diffstat (limited to 'src/luaotfload-database.lua')
-rw-r--r-- | src/luaotfload-database.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/luaotfload-database.lua b/src/luaotfload-database.lua index 881cfe8..367723b 100644 --- a/src/luaotfload-database.lua +++ b/src/luaotfload-database.lua @@ -1,5 +1,5 @@ if not modules then modules = { } end modules ['luaotfload-database'] = { - version = "2.5", + version = "2.6", comment = "companion to luaotfload-main.lua", author = "Khaled Hosny, Elie Roux, Philipp Gesang", copyright = "Luaotfload Development Team", @@ -3529,7 +3529,7 @@ return { fonts.definers = fonts.definers or { resolvers = { } } names.blacklist = blacklist - names.version = 2.51 + names.version = 2.6 names.data = nil --- contains the loaded database names.lookups = nil --- contains the lookup cache |