diff options
author | Ralph Amissah <ralph@amissah.com> | 2017-02-26 18:01:24 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | b11f8f104e8c3a4ab9740d086da91aa943200e6e (patch) | |
tree | 2f898df140d855b5b9c29a17decf75c5f9896c80 /views/version.txt | |
parent | 0.13.3 tuples, sdp & doc_abstraction (flag marked up links & endnotes) (diff) |
0.13.4 includes ao bookindex segname (anchors) fix
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 7b20281..7b826fb 100644 --- a/views/version.txt +++ b/views/version.txt @@ -4,4 +4,4 @@ struct Version { int minor; int patch; } -enum ver = Version(0, 13, 3); +enum ver = Version(0, 13, 4); |