diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2014-03-02 19:22:24 +0100 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2018-12-02 21:09:43 +0100 |
commit | 46adb93045360b797866585cc4078dacefc63789 (patch) | |
tree | e5cb70ac4881183b3cc40b114d43a68940d1b94c | |
parent | 44eada9d05418b25acd5df41ff1cc9e475eaea78 (diff) | |
download | context-rst-46adb93045360b797866585cc4078dacefc63789.tar.gz |
bump version
-rw-r--r-- | src/rst_helpers.lua | 2 | ||||
-rw-r--r-- | src/rst_parser.lua | 4 | ||||
-rw-r--r-- | src/t-rst.mkiv | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/src/rst_helpers.lua b/src/rst_helpers.lua index 97d4dd7..ba6abfb 100644 --- a/src/rst_helpers.lua +++ b/src/rst_helpers.lua @@ -4,7 +4,7 @@ -- USAGE: called by rst_parser.lua -- DESCRIPTION: Complement to the reStructuredText parser -- AUTHOR: Philipp Gesang (Phg), <phg42.2a@gmail.com> --- CHANGED: 2013-03-26 23:55:04+0100 +-- CHANGED: 2014-03-02 19:20:28+0100 -------------------------------------------------------------------------------- -- diff --git a/src/rst_parser.lua b/src/rst_parser.lua index d55924e..a3a59ae 100644 --- a/src/rst_parser.lua +++ b/src/rst_parser.lua @@ -4,8 +4,8 @@ -- USAGE: refer to doc/documentation.rst -- DESCRIPTION: https://bitbucket.org/phg/context-rst/overview -- AUTHOR: Philipp Gesang (Phg), <phg42.2a@gmail.com> --- VERSION: 0.6 --- CHANGED: 2014-03-02 14:25:57+0100 +-- VERSION: 0.6c +-- CHANGED: 2014-03-02 19:20:17+0100 -------------------------------------------------------------------------------- -- diff --git a/src/t-rst.mkiv b/src/t-rst.mkiv index 48801b5..a69e238 100644 --- a/src/t-rst.mkiv +++ b/src/t-rst.mkiv @@ -1,6 +1,6 @@ %D \module [ %D file=t-rst, -%D version=0.6 ‘It’s the Arts’, +%D version=0.6c ‘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.6, + version=0.6c, name=\v!RST, style=\v!no, command=\v!yes, |