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-main.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-main.lua')
-rw-r--r-- | src/luaotfload-main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luaotfload-main.lua b/src/luaotfload-main.lua index b8050e4..9525ca4 100644 --- a/src/luaotfload-main.lua +++ b/src/luaotfload-main.lua @@ -30,7 +30,7 @@ local authors = "\z luaotfload.module = { name = "luaotfload-main", version = 2.60001, - date = "2015/11/05", + date = "2015/12/09", description = "OpenType layout system.", author = authors, copyright = authors, |