summaryrefslogtreecommitdiff
path: root/src/luaotfload-main.lua
diff options
context:
space:
mode:
authorPhilipp Gesang <phg@phi-gamma.net>2016-02-19 23:23:08 +0100
committerPhilipp Gesang <phg@phi-gamma.net>2016-02-19 23:23:13 +0100
commite0e6e22eb1ccc4e8867cb116d7e0b378b64f872c (patch)
tree0b5528f77ab0b25f78e1699fa9fc8e7e505ebc82 /src/luaotfload-main.lua
parent3447815896954281938500d49bedef715078a140 (diff)
downloadluaotfload-e0e6e22eb1ccc4e8867cb116d7e0b378b64f872c.tar.gz
*: bump version and date
Now that we’re heading towards TL 2016, this seems necessary.
Diffstat (limited to 'src/luaotfload-main.lua')
-rw-r--r--src/luaotfload-main.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/luaotfload-main.lua b/src/luaotfload-main.lua
index d5fdb9e..426aef7 100644
--- a/src/luaotfload-main.lua
+++ b/src/luaotfload-main.lua
@@ -11,7 +11,7 @@ config = config or { }
luaotfload = luaotfload or { }
local luaotfload = luaotfload
luaotfload.log = luaotfload.log or { }
-luaotfload.version = "2.6"
+luaotfload.version = "2.7"
luaotfload.loaders = { }
luaotfload.min_luatex_version = 80 --- i. e. 0.80
luaotfload.fontloader_package = "reference" --- default: from current Context
@@ -29,8 +29,8 @@ local authors = "\z
luaotfload.module = {
name = "luaotfload-main",
- version = 2.60001,
- date = "2015/12/09",
+ version = 2.70001,
+ date = "2016/02/19",
description = "OpenType layout system.",
author = authors,
copyright = authors,