diff options
author | Ralph Amissah <ralph@amissah.com> | 2016-11-28 20:54:26 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:13 -0400 |
commit | af1765cd7b2f3b1309eea5bcdb91780176518c88 (patch) | |
tree | 7529b40e4ecdaabc10c6737486a9ce1795dfea33 /views | |
parent | discrete objects marks, output html work in progress (diff) |
0.9.2 backmatter: control processing, possible to omit sections
Diffstat (limited to 'views')
-rw-r--r-- | views/version.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/version.txt b/views/version.txt index 5e919e9..58c4aa4 100644 --- a/views/version.txt +++ b/views/version.txt @@ -4,4 +4,4 @@ struct Version { int minor; int patch; } -enum ver = Version(0, 9, 1); +enum ver = Version(0, 9, 2); |