diff options
author | Ralph Amissah <ralph@amissah.com> | 2016-11-15 10:51:45 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:13 -0400 |
commit | 47df905518ae9fb249f922c487cb7cd8c081f14b (patch) | |
tree | 5f9ef436292903d3dfb1a92535688c6b41445f54 /views/version.txt | |
parent | complete toc section to include (existing) backmatter headings (diff) |
0.9.1 munge links & urls
* includes auto place url in endnote helper,
needs to occur before endnotes extracted
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 80a3477..5e919e9 100644 --- a/views/version.txt +++ b/views/version.txt @@ -4,4 +4,4 @@ struct Version { int minor; int patch; } -enum ver = Version(0, 9, 0); +enum ver = Version(0, 9, 1); |