diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2018-11-07 11:47:37 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2019-04-10 15:14:15 -0400 |
commit | aba135a5ce2c8a58551a478d064262bda19c9770 (patch) | |
tree | e90d87693f4af27bbf8fa95287d3792ddf9724a7 /org/doc_reform.org | |
parent | 0.3.0 internal links, anchor tags & segment associations (diff) |
0.3.1 internal links, anchor tags & segment associations, toc
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 f8dcc63..bbe6a65 100644 --- a/org/doc_reform.org +++ b/org/doc_reform.org @@ -24,7 +24,7 @@ struct Version { int minor; int patch; } -enum ver = Version(0, 3, 0); +enum ver = Version(0, 3, 1); #+END_SRC ** compilation restrictions (supported compilers) |