diff options
author | Ralph Amissah <ralph@amissah.com> | 2018-07-07 13:55:43 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:15 -0400 |
commit | ae23669169b32d4986af06c1ae9483cc9c52d39d (patch) | |
tree | 7fc84b06846bf9b09b44ca13ed969901acb717c1 /views | |
parent | parent ocn (diff) |
0.26.4 file renames, cleaning, reorganisation
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 45dcb3b..805de17 100644 --- a/views/version.txt +++ b/views/version.txt @@ -4,7 +4,7 @@ struct Version { int minor; int patch; } -enum ver = Version(0, 26, 3); +enum ver = Version(0, 26, 4); version (Posix) { version (DigitalMars) { } else version (LDC) { |