|
1 | 1 | % \iffalse meta-comment |
2 | 2 | % |
3 | | -% Copyright (C) 2009--2016 by |
| 3 | +% Copyright (C) 2009--2017 by |
4 | 4 | % |
5 | 5 | % PRAGMA ADE / ConTeXt Development Team |
6 | 6 | % The LuaLaTeX Dev Team |
|
37 | 37 | \input docstrip.tex |
38 | 38 | \Msg{************************************************************************} |
39 | 39 | \Msg{* Installation} |
40 | | -\Msg{* Package: lualibs 2016-04-06 v2.4 Lua additional functions.} |
| 40 | +\Msg{* Package: lualibs 2017-02-01 v2.5 Lua additional functions.} |
41 | 41 | \Msg{************************************************************************} |
42 | 42 |
|
43 | 43 | \keepsilent |
|
48 | 48 | \preamble |
49 | 49 | This is a generated file. |
50 | 50 |
|
51 | | -Copyright (C) 2009--2016 by |
| 51 | +Copyright (C) 2009--2017 by |
52 | 52 | PRAGMA ADE / ConTeXt Development Team |
53 | 53 | The LuaLaTeX Dev Team |
54 | 54 |
|
@@ -107,7 +107,7 @@ and lualibs-extended.lua. |
107 | 107 | %<*driver> |
108 | 108 | \NeedsTeXFormat{LaTeX2e} |
109 | 109 | \ProvidesFile{lualibs.drv} |
110 | | - [2016/04/06 v2.4 Lua Libraries.] |
| 110 | + [2017/02/01 v2.5 Lua Libraries.] |
111 | 111 | \documentclass{ltxdoc} |
112 | 112 | \usepackage{fancyvrb,xspace} |
113 | 113 | \usepackage[x11names]{xcolor} |
@@ -208,7 +208,7 @@ and lualibs-extended.lua. |
208 | 208 | % \GetFileInfo{lualibs.drv} |
209 | 209 | % |
210 | 210 | % \title{The \identifier{lualibs} package} |
211 | | -% \date{2016/04/06 v2.4} |
| 211 | +% \date{2017/02/01 v2.5} |
212 | 212 | % \author{Élie Roux · \email{elie.roux@telecom-bretagne.eu}\\ |
213 | 213 | % Philipp Gesang · \email{phg@phi-gamma.net}} |
214 | 214 | % |
@@ -427,8 +427,8 @@ lualibs = lualibs or { } |
427 | 427 |
|
428 | 428 | lualibs.module_info = { |
429 | 429 | name = "lualibs", |
430 | | - version = 2.4, |
431 | | - date = "2016-04-06", |
| 430 | + version = 2.5, |
| 431 | + date = "2017-02-01", |
432 | 432 | description = "ConTeXt Lua standard libraries.", |
433 | 433 | author = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang", |
434 | 434 | copyright = "PRAGMA ADE / ConTeXt Development Team", |
@@ -582,8 +582,8 @@ local loadmodule = lualibs.loadmodule |
582 | 582 |
|
583 | 583 | local lualibs_basic_module = { |
584 | 584 | name = "lualibs-basic", |
585 | | - version = 2.4, |
586 | | - date = "2016-04-06", |
| 585 | + version = 2.5, |
| 586 | + date = "2017-02-01", |
587 | 587 | description = "ConTeXt Lua libraries -- basic collection.", |
588 | 588 | author = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang", |
589 | 589 | copyright = "PRAGMA ADE / ConTeXt Development Team", |
@@ -664,8 +664,8 @@ lualibs = lualibs or { } |
664 | 664 |
|
665 | 665 | local lualibs_extended_module = { |
666 | 666 | name = "lualibs-extended", |
667 | | - version = 2.4, |
668 | | - date = "2016-04-06", |
| 667 | + version = 2.5, |
| 668 | + date = "2017-02-01", |
669 | 669 | description = "ConTeXt Lua libraries -- extended collection.", |
670 | 670 | author = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang", |
671 | 671 | copyright = "PRAGMA ADE / ConTeXt Development Team", |
|
0 commit comments