diff options
author | Ralph Amissah <ralph@amissah.com> | 2016-12-29 20:36:41 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | 249e8d2d61f3650d934582b65200ca8fa0b47495 (patch) | |
tree | 0d03750aa9a4897c0277d85f49a9505f03b1d1c3 /views/version.txt | |
parent | naming (diff) |
dom structure, levels marked up & collapsed (use e.g. in epub toc)doc-reform_v0.0.10
Diffstat (limited to 'views/version.txt')
-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 7ba3377..9c3ba7c 100644 --- a/views/version.txt +++ b/views/version.txt @@ -4,4 +4,4 @@ struct Version { int minor; int patch; } -enum ver = Version(0, 10, 0); +enum ver = Version(0, 10, 1); |