diff options
author | Ralph Amissah <ralph@amissah.com> | 2017-02-02 12:17:38 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | f5c32101f14aa21c056b57ddce14394b7f1e7c23 (patch) | |
tree | 962e244304dfe70e6789aceedb36ac37d74bcc51 /views | |
parent | screen output (diff) |
0.12.2 ao_summary_and_debugs.org (ao_output_debugs.org moved and reorganised)
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 5c49588..7ab514d 100644 --- a/views/version.txt +++ b/views/version.txt @@ -4,4 +4,4 @@ struct Version { int minor; int patch; } -enum ver = Version(0, 12, 1); +enum ver = Version(0, 12, 2); |