diff options
author | Ralph Amissah <ralph@amissah.com> | 2016-04-26 21:11:38 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-04 14:44:02 -0400 |
commit | b1ad3c039588b6953dc8891d38418b3a214caaa9 (patch) | |
tree | b00ce546198dd138ab42303d9dd5ebe22057dcaa /views | |
parent | do not track (diff) |
config rearranged, more put in maker.orgdoc-reform_v0.0.3
Diffstat (limited to 'views')
-rw-r--r-- | views/version.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/views/version.txt b/views/version.txt index 7fc1957..e61c0ba 100644 --- a/views/version.txt +++ b/views/version.txt @@ -1,8 +1,7 @@ - /+ obt - org generated file +/ struct Version { int major; int minor; int patch; } -enum ver = Version(1, 0, 0); +enum ver = Version(0, 4, 0); |