diff options
author | Philipp Gesang <gesang@stud.uni-heidelberg.de> | 2013-03-27 00:30:37 +0100 |
---|---|---|
committer | Philipp Gesang <gesang@stud.uni-heidelberg.de> | 2013-03-27 00:30:37 +0100 |
commit | 5a8c43b69c417f966206a304172bbee99c680e37 (patch) | |
tree | e3cde7378702cb5144cef400b965aefd36ef8fb2 | |
parent | 8d40fbb4fb8d57890cbf02013aa2344b9894c9f2 (diff) | |
download | context-rst-5a8c43b69c417f966206a304172bbee99c680e37.tar.gz |
update dates; bump version
-rw-r--r-- | COPYING | 2 | ||||
-rw-r--r-- | mod/scripts/context/lua/third/rst/mtx-t-rst.lua | 4 | ||||
-rw-r--r-- | mod/tex/context/interface/third/t-rst.xml | 2 | ||||
-rw-r--r-- | mod/tex/context/third/rst/t-rst.mkiv | 4 |
4 files changed, 6 insertions, 6 deletions
@@ -1,4 +1,4 @@ -Copyright 2010-2012 Philipp Gesang. All rights reserved. +Copyright 2010-2013 Philipp Gesang. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/mod/scripts/context/lua/third/rst/mtx-t-rst.lua b/mod/scripts/context/lua/third/rst/mtx-t-rst.lua index fc3b8e9..6735b1d 100644 --- a/mod/scripts/context/lua/third/rst/mtx-t-rst.lua +++ b/mod/scripts/context/lua/third/rst/mtx-t-rst.lua @@ -5,7 +5,7 @@ -- DESCRIPTION: context script interface for the reStructuredText module -- REQUIREMENTS: latest ConTeXt MkIV -- AUTHOR: Philipp Gesang (Phg), <megas.kapaneus@gmail.com> --- CREATED: 2011-08-28 12:43:49+0200 +-- CHANGED: 2013-03-27 00:25:32+0100 -------------------------------------------------------------------------------- -- @@ -19,7 +19,7 @@ local ea = environment.argument local helpinfo = [[ =============================================================== The reStructuredText module, command line interface. - © 2010--2011 Philipp Gesang. License: 2-clause BSD. + © 2010--2013 Philipp Gesang. License: 2-clause BSD. Home: <https://bitbucket.org/phg/context-rst/> =============================================================== diff --git a/mod/tex/context/interface/third/t-rst.xml b/mod/tex/context/interface/third/t-rst.xml index 40015e2..68dcc1b 100644 --- a/mod/tex/context/interface/third/t-rst.xml +++ b/mod/tex/context/interface/third/t-rst.xml @@ -3,7 +3,7 @@ <cd:interface xmlns:cd="http://www.pragma-ade.com/commands" name="context" language="en" - version="0.6; 2011-08-28 13:46:23+0200"> + version="0.6; 2013-03-27 00:26:22+0100"> <cd:command name="typesetRSTfile" generated="no" file="t-rst.mkiv"> <cd:sequence> diff --git a/mod/tex/context/third/rst/t-rst.mkiv b/mod/tex/context/third/rst/t-rst.mkiv index 35ba054..48801b5 100644 --- a/mod/tex/context/third/rst/t-rst.mkiv +++ b/mod/tex/context/third/rst/t-rst.mkiv @@ -1,6 +1,6 @@ %D \module [ %D file=t-rst, -%D version=0.4 ‘Owl-stretching time’ +%D version=0.6 ‘It’s the Arts’, %D title=\CONTEXT\ User Module, %D subtitle=reStructuredText, %D author=Philipp Gesang, @@ -56,7 +56,7 @@ \definenamespace [\v!RST] [ type=module, comment=reStructuredText module, - version=0.4, + version=0.6, name=\v!RST, style=\v!no, command=\v!yes, |