diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2019-02-24 13:58:14 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2019-05-17 16:59:38 -0400 |
commit | f2d16036e4dd6ae22123b52712e051d8e8ba553c (patch) | |
tree | 70ee530750816f7f28cf6aecf40f81928a9e6df5 /org/doc_reform.org | |
parent | metaverse single line munging tuning (diff) |
0.5.0 per object inline munging (rather than by line)
- munging per object for inline markup
fontface, links, urls, images, footnotes/endnotes
(also book index)
Diffstat (limited to 'org/doc_reform.org')
-rw-r--r-- | org/doc_reform.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org/doc_reform.org b/org/doc_reform.org index c47d00c..d7ea680 100644 --- a/org/doc_reform.org +++ b/org/doc_reform.org @@ -26,7 +26,7 @@ struct Version { int minor; int patch; } -enum _ver = Version(0, 4, 3); +enum _ver = Version(0, 5, 0); #+END_SRC ** compilation restrictions (supported compilers) |