diff options
| author | Elie Roux <elie.roux@telecom-bretagne.eu> | 2013-04-13 16:27:52 +0200 | 
|---|---|---|
| committer | Elie Roux <elie.roux@telecom-bretagne.eu> | 2013-04-13 16:27:52 +0200 | 
| commit | f998fe177acb83497677679122a7e3e60d29b7b5 (patch) | |
| tree | 6a349523df13137b48600178028b0bc17ee1e817 | |
| parent | 16d3c6150b75ec6676b773b215009f6f08cab151 (diff) | |
| download | luatexbase-f998fe177acb83497677679122a7e3e60d29b7b5.tar.gz | |
Bumping version
| -rw-r--r-- | luatexbase-mcb.dtx | 13 | ||||
| -rw-r--r-- | luatexbase-modutils.dtx | 6 | 
2 files changed, 10 insertions, 9 deletions
| diff --git a/luatexbase-mcb.dtx b/luatexbase-mcb.dtx index e292b50..8b99a52 100644 --- a/luatexbase-mcb.dtx +++ b/luatexbase-mcb.dtx @@ -2,6 +2,7 @@  %  % Copyright 2009, 2010 by Élie Roux <elie.roux@telecom-bretagne.eu>  % Copyright 2010, 2011 by Manuel Pégourié-Gonnard <mpg@elzevir.fr> +% Copyright 2013 by Philipp Gesang <philipp.gesang@alumni.uni-heidelberg.de>  %  % This work is under the CC0 license.  % @@ -114,7 +115,7 @@ See the aforementioned source file(s) for copyright and licensing information.  %   Grave accent  \`     Left brace    \{     Vertical bar  \|  %   Right brace   \}     Tilde         \~}  % -% \pkdate{luatexbase-mcb}{2011/05/24 v0.4} +% \pkdate{luatexbase-mcb}{2013/04/13 v0.5}  %  % \maketitle  % @@ -331,7 +332,7 @@ See the aforementioned source file(s) for copyright and licensing information.      \let\x\ProvidesPackage    \fi  \expandafter\endgroup -\x{luatexbase-mcb}[2011/05/24 v0.4 Callback management for LuaTeX] +\x{luatexbase-mcb}[2013/04/13 v0.5 Callback management for LuaTeX]  %    \end{macrocode}  %  %    Make sure \luatex is used. @@ -394,11 +395,11 @@ See the aforementioned source file(s) for copyright and licensing information.  module('luatexbase', package.seeall)  local err, warning, info = luatexbase.provides_module({      name          = "luatexbase-mcb", -    version       = 0.4, -    date          = "2011/05/24", +    version       = 0.5, +    date          = "2013/04/13",      description   = "register several functions in a callback", -    author        = "Hans Hagen, Elie Roux and Manuel Pegourie-Gonnard", -    copyright     = "Hans Hagen, Elie Roux and Manuel Pegourie-Gonnard", +    author        = "Hans Hagen, Elie Roux, Manuel Pegourie-Gonnard and Philipp Gesang", +    copyright     = "Hans Hagen, Elie Roux, Manuel Pegourie-Gonnard and Philipp Gesang",      license       = "CC0",  })  %    \end{macrocode} diff --git a/luatexbase-modutils.dtx b/luatexbase-modutils.dtx index 1e511d5..57ffb1d 100644 --- a/luatexbase-modutils.dtx +++ b/luatexbase-modutils.dtx @@ -1,6 +1,6 @@  % \iffalse meta-comment  % -% Copyright 2009, 2010 by Élie Roux <elie.roux@telecom-bretagne.eu> +% Copyright 2009-2013 by Élie Roux <elie.roux@telecom-bretagne.eu>  % Copyright 2010, 2011 by Manuel Pégourié-Gonnard <mpg@elzevir.fr>  %  % This work is under the CC0 license. @@ -111,7 +111,7 @@ See the aforementioned source file(s) for copyright and licensing information.  %   Grave accent  \`     Left brace    \{     Vertical bar  \|  %   Right brace   \}     Tilde         \~}  % -% \pkdate{luatexbase-modutils}{v0.4 2011-05-24} +% \pkdate{luatexbase-modutils}{v0.5 2013-04-13}  %  % \maketitle  % @@ -345,7 +345,7 @@ See the aforementioned source file(s) for copyright and licensing information.      \let\x\ProvidesPackage    \fi  \expandafter\endgroup -\x{luatexbase-modutils}[2011/05/24 v0.4 Module utilities for LuaTeX] +\x{luatexbase-modutils}[2013/04/13 v0.5 Module utilities for LuaTeX]  %    \end{macrocode}  %  %    Make sure \luatex is used. | 
