diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2014-07-26 13:08:02 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2014-07-26 13:08:02 +0200 |
commit | ee53358e267a7946608e66775047085b815b8608 (patch) | |
tree | 969832a1893a5dcd81a2b7e677e773ef531ae107 | |
parent | 48944f8f4c0ca1f3f7d59ce911a689a7777197ee (diff) | |
download | lualibs-ee53358e267a7946608e66775047085b815b8608.tar.gz |
bump version, update newsv2.2
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | lualibs.dtx | 18 |
2 files changed, 11 insertions, 11 deletions
@@ -1,6 +1,6 @@ History of the lualibs package -2014/05/05 v2.1b/ - * sync with Context beta as of 2014-04-05 +2014/05/05 v2.2/ + * sync with Context beta as of 2014-07-26 * remove util-env.lua 2013/31/03 v2.1a/ diff --git a/lualibs.dtx b/lualibs.dtx index be4a57b..8d43a34 100644 --- a/lualibs.dtx +++ b/lualibs.dtx @@ -34,7 +34,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: lualibs 2014/05/05 v2.1 Lua additional functions.} +\Msg{* Package: lualibs 2014-07-26 v2.2 Lua additional functions.} \Msg{************************************************************************} \keepsilent @@ -101,7 +101,7 @@ and the derived file lualibs.lua. %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{lualibs.drv} - [2014/05/05 v2.1 Lua Libraries.] + [2014/07/26 v2.2 Lua Libraries.] \documentclass{ltxdoc} \usepackage{fancyvrb,xspace} \usepackage[x11names]{xcolor} @@ -202,7 +202,7 @@ and the derived file lualibs.lua. % \GetFileInfo{lualibs.drv} % % \title{The \identifier{lualibs} package} -% \date{2014/05/05 v2.1} +% \date{2014/07/26 v2.2} % \author{Élie Roux · \email{elie.roux@telecom-bretagne.eu}\\ % Philipp Gesang · \email{philipp.gesang@alumni.uni-heidelberg.de}} % @@ -417,8 +417,8 @@ lualibs = lualibs or { } lualibs.module_info = { name = "lualibs", - version = 2.11, - date = "2014/05/05", + version = 2.2, + date = "2014-07-26", description = "ConTeXt Lua standard libraries.", author = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang", copyright = "PRAGMA ADE / ConTeXt Development Team", @@ -572,8 +572,8 @@ local loadmodule = lualibs.loadmodule local lualibs_basic_module = { name = "lualibs-basic", - version = 2.11, - date = "2014/05/05", + version = 2.2, + date = "2014-07-26", description = "ConTeXt Lua libraries -- basic collection.", author = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang", copyright = "PRAGMA ADE / ConTeXt Development Team", @@ -654,8 +654,8 @@ lualibs = lualibs or { } local lualibs_extended_module = { name = "lualibs-extended", - version = 2.11, - date = "2014/05/05", + version = 2.2, + date = "2014-07-26", description = "ConTeXt Lua libraries -- extended collection.", author = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang", copyright = "PRAGMA ADE / ConTeXt Development Team", |