diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2017-01-29 20:24:22 +0100 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2017-01-29 20:24:22 +0100 |
commit | 31831b966ec0bef1bd1068fc8eb5db80dfae2ea2 (patch) | |
tree | e28726dbca5137e2c7ecc98269b93d722df7db85 /src/luaotfload-database.lua | |
parent | bd12d9f212aa698034bfcf6dffe21444d992e1fa (diff) | |
download | luaotfload-31831b966ec0bef1bd1068fc8eb5db80dfae2ea2.tar.gz |
[*] bump year and version
Diffstat (limited to 'src/luaotfload-database.lua')
-rw-r--r-- | src/luaotfload-database.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luaotfload-database.lua b/src/luaotfload-database.lua index 66755d3..621a24b 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.7", + version = "2.8", comment = "companion to luaotfload-main.lua", author = "Khaled Hosny, Elie Roux, Philipp Gesang", copyright = "Luaotfload Development Team", |