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-features.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-features.lua')
-rw-r--r-- | src/luaotfload-features.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luaotfload-features.lua b/src/luaotfload-features.lua index 6fb2114..962806c 100644 --- a/src/luaotfload-features.lua +++ b/src/luaotfload-features.lua @@ -1,5 +1,5 @@ if not modules then modules = { } end modules ["features"] = { - version = "2.5", + version = "2.6", comment = "companion to luaotfload-main.lua", author = "Hans Hagen, Khaled Hosny, Elie Roux, Philipp Gesang", copyright = "PRAGMA ADE / ConTeXt Development Team", |