diff options
author | Ralph Amissah <ralph@amissah.com> | 2016-08-31 11:34:22 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:13 -0400 |
commit | 8d8134c7f69ef0c3e680699b19320165c791d75b (patch) | |
tree | d67d1048ba864e5dc62d724c544ea0c3c491e0d1 /views/version.txt | |
parent | biblio (fixes) (diff) |
0.6.6 resolves dmd frame pointer access issue (ldc was ok)
* output struct hub nests output structs such as html, resolves issue
with dmd frame pointer access
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 ccda9ec..1936da9 100644 --- a/views/version.txt +++ b/views/version.txt @@ -4,4 +4,4 @@ struct Version { int minor; int patch; } -enum ver = Version(0, 6, 5); +enum ver = Version(0, 6, 6); |