diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2018-11-15 18:57:53 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2019-05-17 16:59:38 -0400 |
commit | f7a56d241065cac08e6fba20cb9b658a8f073ad5 (patch) | |
tree | 3056f3246833590fb19b22dde5a338bb371195f4 /org/doc_reform.org | |
parent | cosmetic (diff) |
0.4.0 sqlite related
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 69e23a9..afc7477 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, 3, 3); +enum ver = Version(0, 4, 0); #+END_SRC ** compilation restrictions (supported compilers) |