From 384faf9ca60faee4333fd3d6b89098a8c2240058 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Sun, 13 Jul 2014 15:38:56 +0200 Subject: [*] fix package date --- NEWS | 2 +- doc/luaotfload-main.tex | 2 +- src/luaotfload-main.lua | 6 +++--- src/luaotfload.sty | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 7fd4268..c460f62 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ Change History -------------- -2014/**/**, luaotfload v2.5 +2014/07/13, luaotfload v2.5 * Remove legacy code. * Remove compatibility with the old mkluatexfontdb script. * Remove test directory. Use https://bitbucket.org/phg/lua-la-tex-tests diff --git a/doc/luaotfload-main.tex b/doc/luaotfload-main.tex index 034b704..9fe9829 100644 --- a/doc/luaotfload-main.tex +++ b/doc/luaotfload-main.tex @@ -32,7 +32,7 @@ \beginfrontmatter \setdocumenttitle {The \identifier{luaotfload} package} - \setdocumentdate {2014/**/** v2.5} + \setdocumentdate {2014/07/13 v2.5} \setdocumentauthor {Elie Roux · Khaled Hosny · Philipp Gesang\\ Home: \hyperlink {https://github.com/lualatex/luaotfload}\\ Support: \email {lualatex-dev@tug.org}} diff --git a/src/luaotfload-main.lua b/src/luaotfload-main.lua index 6616468..d1cba4c 100644 --- a/src/luaotfload-main.lua +++ b/src/luaotfload-main.lua @@ -1,10 +1,10 @@ ----------------------------------------------------------------------- -- FILE: luaotfload-main.lua -- DESCRIPTION: Luatex fontloader initialization --- REQUIREMENTS: luatex v.0.78 or later; the lualibs package +-- REQUIREMENTS: luatex v.0.79 or later; packages lualibs, luatexbase -- AUTHOR: Élie Roux, Khaled Hosny, Philipp Gesang -- VERSION: same as Luaotfload --- MODIFIED: 2014-02-14 22:51:09+0100 +-- MODIFIED: 2014-07-13 15:35:13+0200 ----------------------------------------------------------------------- -- --- Note: @@ -52,7 +52,7 @@ luaotfload.log = luaotfload.log or { } luaotfload.module = { name = "luaotfload-main", version = 2.50000, - date = "2014/**/**", + date = "2014/07/13", description = "OpenType layout system.", author = "Elie Roux & Hans Hagen", copyright = "Elie Roux", diff --git a/src/luaotfload.sty b/src/luaotfload.sty index a235d6b..9848a22 100644 --- a/src/luaotfload.sty +++ b/src/luaotfload.sty @@ -38,7 +38,7 @@ \else \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{luaotfload}% - [2014/42/42 v2.5 OpenType layout system] + [2014/07/13 v2.5 OpenType layout system] \RequirePackage{luatexbase} \fi \RequireLuaModule{luaotfload-main} -- cgit v1.2.3