diff options
author | Ralph Amissah <ralph@amissah.com> | 2016-10-17 21:07:55 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:13 -0400 |
commit | f163bae9496feff1ef5bc299ca54ffcc497b12f7 (patch) | |
tree | 3d16bfd247da04ce3c535c3a58470e5a191120d4 /views | |
parent | 0.7.2 removed screen ansi colors (use previously depreciated) (diff) |
0.7.3 provide associated segment name for endnotes section and book index
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 11844df..077a941 100644 --- a/views/version.txt +++ b/views/version.txt @@ -4,4 +4,4 @@ struct Version { int minor; int patch; } -enum ver = Version(0, 7, 2); +enum ver = Version(0, 7, 3); |