diff options
author | Ralph Amissah <ralph@amissah.com> | 2017-06-06 15:23:13 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | 717c3a3a5f1fd075e4672acc2ca171f4f9426700 (patch) | |
tree | f8b5a8d340603cddb3d6a7a1bcaccce8b1dae44b /views | |
parent | org headers minor (diff) |
rename program root sdp.d
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 d5b64a1..44ecfb4 100644 --- a/views/version.txt +++ b/views/version.txt @@ -4,4 +4,4 @@ struct Version { int minor; int patch; } -enum ver = Version(0, 16, 0); +enum ver = Version(0, 17, 0); |