diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2019-05-20 10:20:38 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2019-10-17 19:07:20 -0400 |
commit | d21e5b572433f39111282805435e6337f0e1b4c0 (patch) | |
tree | 7a604e949edeef496ef79870f98aa4b722136d34 /views | |
parent | 0.7.1 odt (initial stub) (diff) |
0.7.2 latex (for pdf) (initial stub)doc-reform_v0.7.2
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 9a7e61e..c1a5679 100644 --- a/views/version.txt +++ b/views/version.txt @@ -4,7 +4,7 @@ struct Version { int minor; int patch; } -enum _ver = Version(0, 7, 1); +enum _ver = Version(0, 7, 2); version (Posix) { version (DigitalMars) { } else version (LDC) { |