diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2010-07-15 17:32:05 +0300 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2010-07-15 17:32:05 +0300 |
commit | eefe6a95802f75d16e87eb6620e8750f85b95494 (patch) | |
tree | fd048a63e76013b7670512bf82493f05e9699ed6 /luaotfload.dtx | |
parent | c6d49690d444913166f5365ec4ff132d2c455440 (diff) | |
download | luaotfload-eefe6a95802f75d16e87eb6620e8750f85b95494.tar.gz |
Prepare for releasev1.18
Diffstat (limited to 'luaotfload.dtx')
-rw-r--r-- | luaotfload.dtx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx index a211a10..7defe35 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -35,7 +35,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: luaotfload 2010/07/14 v1.17 OpenType layout system} +\Msg{* Package: luaotfload 2010/07/15 v1.18 OpenType layout system} \Msg{************************************************************************} \keepsilent @@ -102,7 +102,7 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{luaotfload.drv}% - [2010/07/14 v1.17 OpenType layout system]% + [2010/07/15 v1.18 OpenType layout system]% \documentclass{ltxdoc} \usepackage{metalogo,multicol,mdwlist,fancyvrb,xcolor} \usepackage{charter} @@ -153,7 +153,7 @@ and the derived files % \GetFileInfo{luaotfload.drv} % % \title{The \textsf{luaotfload} package} -% \date{2010/07/14 v1.17} +% \date{2010/07/15 v1.18} % \author{ Elie Roux\footnote{\texttt{elie.roux@telecom-bretagne.eu}} % \and Khaled Hosny\footnote{\texttt{khaledhosny@eglug.org}}} % @@ -450,8 +450,8 @@ module('luaotfload', package.seeall) luaotfload.module = { name = "luaotfload", - version = 1.17, - date = "2010/07/14", + version = 1.18, + date = "2010/07/15", description = "OpenType layout system.", author = "Elie Roux & Hans Hagen", copyright = "Elie Roux", @@ -767,7 +767,7 @@ end \else \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{luaotfload}% - [2010/07/14 v1.17 OpenType layout system] + [2010/07/15 v1.18 OpenType layout system] \RequirePackage{luatextra} \fi |