diff options
| author | Ralph Amissah <ralph@amissah.com> | 2017-09-07 16:54:23 -0400 | 
|---|---|---|
| committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 | 
| commit | 4ff01a81f048c0b496cc03627324b69b7aebd368 (patch) | |
| tree | acc9ff9a86b696b294980ef051de56c95bd9a045 /views | |
| parent | sqlite, introduced, far to go (diff) | |
0.19.0 conf make meta, composite struct, instead of associative array
* remove conf make meta associative arrays,
  including native doc header (which revisit)
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 09db722..c11baec 100644 --- a/views/version.txt +++ b/views/version.txt @@ -4,7 +4,7 @@ struct Version {    int minor;    int patch;  } -enum ver = Version(0, 18, 1); +enum ver = Version(0, 19, 0);  version (Posix) {    version (DigitalMars) {    } else version (LDC) {  | 
