diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2019-07-08 17:57:23 -0400 | 
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2019-10-17 19:07:20 -0400 | 
| commit | b157271169fe8cd896b54a89d28fd3b7c8768826 (patch) | |
| tree | e844f3f79cc00d27f099a7dbde64227d5ac71b7f /views | |
| parent | subprojects remove commit hash (diff) | |
0.7.5 xmls css code reorganised; ocn can turn off or hide
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 311e123..2d6b74f 100644 --- a/views/version.txt +++ b/views/version.txt @@ -4,7 +4,7 @@ struct Version {    int minor;    int patch;  } -enum _ver = Version(0, 7, 4); +enum _ver = Version(0, 7, 5);  version (Posix) {    version (DigitalMars) {    } else version (LDC) {  | 
