aboutsummaryrefslogtreecommitdiffhomepage
path: root/views
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2017-07-29 05:35:06 -0400
committerRalph Amissah <ralph@amissah.com>2019-04-10 15:14:14 -0400
commit4ce831bbc753ed1352e615ca79daddd13ea448d5 (patch)
treed430a75278548827e9414fcaab1c9cb427856934 /views
parentfix for: gdc compiled program when run, segfaults on certain actions (diff)
0.18.1 ocn, looks promising
Diffstat (limited to 'views')
-rw-r--r--views/version.txt2
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) {