diff options
author | Ralph Amissah <ralph@amissah.com> | 2016-06-23 00:55:33 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-04 14:48:18 -0400 |
commit | a87a80c4528ce1bfd0090b425f4194eddf33699c (patch) | |
tree | deac30591c1617e66a7543015e42a802a80ab61a /views | |
parent | step5 sdlang used for config files and doc headers (diff) |
step5.1 headers sdlang (like native headers) converted to json for common internal formatdoc-reform_v0.0.5
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 5fab19c..b050377 100644 --- a/views/version.txt +++ b/views/version.txt @@ -4,4 +4,4 @@ struct Version { int minor; int patch; } -enum ver = Version(0, 5, 0); +enum ver = Version(0, 5, 1); |