diff options
author | Ralph Amissah <ralph@amissah.com> | 2017-07-29 05:35:06 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | 4ce831bbc753ed1352e615ca79daddd13ea448d5 (patch) | |
tree | d430a75278548827e9414fcaab1c9cb427856934 /views/version.txt | |
parent | fix for: gdc compiled program when run, segfaults on certain actions (diff) |
0.18.1 ocn, looks promising
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 db9b02e..09db722 100644 --- a/views/version.txt +++ b/views/version.txt @@ -4,7 +4,7 @@ struct Version { int minor; int patch; } -enum ver = Version(0, 18, 0); +enum ver = Version(0, 18, 1); version (Posix) { version (DigitalMars) { } else version (LDC) { |