diff options
author | Ralph Amissah <ralph@amissah.com> | 2016-12-02 14:44:39 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:13 -0400 |
commit | 313ddb0ac605838eaca89054ff80a0402a8c6313 (patch) | |
tree | 960459bef8876b5e859fa15435a15ee673212a67 /views | |
parent | 0.9.2 backmatter: control processing, possible to omit sections (diff) |
0.9.3 start work on node pointers, a way to go
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 58c4aa4..22af559 100644 --- a/views/version.txt +++ b/views/version.txt @@ -4,4 +4,4 @@ struct Version { int minor; int patch; } -enum ver = Version(0, 9, 2); +enum ver = Version(0, 9, 3); |