Skip to content
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.

Commit

Permalink
[*] bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-gamma committed Apr 21, 2016
1 parent 132c931 commit b1a1ee5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion doc/luaotfload-main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
\beginfrontmatter

\setdocumenttitle {The \identifier{luaotfload} package}
\setdocumentdate {2016/04/07 v2.7}
\setdocumentdate {2016/04/21 v2.7}
\setdocumentauthor {Elie Roux · Khaled Hosny · Philipp Gesang\\
Home: \hyperlink {https://github.com/lualatex/luaotfload}\\
Support: \email {[email protected]}}
Expand Down
2 changes: 1 addition & 1 deletion doc/luaotfload-tool.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
generate and query the Luaotfload font names database
-----------------------------------------------------------------------

:Date: 2016-04-18
:Date: 2016-04-21
:Copyright: GPL v2.0
:Version: 2.7
:Manual section: 1
Expand Down
2 changes: 1 addition & 1 deletion doc/luaotfload.conf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Luaotfload configuration file
-----------------------------------------------------------------------

:Date: 2016-04-18
:Date: 2016-04-21
:Copyright: GPL v2.0
:Version: 2.7
:Manual section: 5
Expand Down
6 changes: 3 additions & 3 deletions src/luaotfload-main.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-----------------------------------------------------------------------
-- FILE: luaotfload-main.lua
-- DESCRIPTION: Luaotfload entry point
-- REQUIREMENTS: luatex v.0.80 or later; packages lualibs
-- REQUIREMENTS: luatex v.0.95 or later; packages lualibs
-- AUTHOR: Élie Roux, Khaled Hosny, Philipp Gesang
-----------------------------------------------------------------------
--
Expand Down Expand Up @@ -29,8 +29,8 @@ local authors = "\z

luaotfload.module = {
name = "luaotfload-main",
version = 2.70001,
date = "2016/04/19",
version = 2.70002,
date = "2016/04/21",
description = "OpenType layout system.",
author = authors,
copyright = authors,
Expand Down
6 changes: 3 additions & 3 deletions src/luaotfload.sty
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
\ProvidesPackage{luaotfload}%
%% FIXME The date is meaningless, we need to find a way to
%% use the git revision instead.
[2016/04/07 v2.7 OpenType layout system]
[2016/04/21 v2.7 OpenType layout system]
\fi
\directlua{
require('luaotfload-main')
local _void = luaotfload.main ()
require('luaotfload-main')
local _void = luaotfload.main ()
}

0 comments on commit b1a1ee5

Please sign in to comment.