diff options
| author | David Skoland <davidskoland@gmail.com> | 2019-01-05 23:00:46 +0100 |
|---|---|---|
| committer | David Skoland <davidskoland@gmail.com> | 2019-01-05 23:00:46 +0100 |
| commit | fb076ca7e7fc6067a6cbb372a1746a6953451eaf (patch) | |
| tree | a75b9d3cf766fd0110fc9e29b98445f98ae4560e /include | |
| parent | e2034188be7ec63bd0f30bb0ce1bdba06f4ffb92 (diff) | |
| parent | 57b02c084ae6884c35dbf5a126ee2ec256ba1ca4 (diff) | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'include')
| -rw-r--r-- | include/aoapplication.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/aoapplication.h b/include/aoapplication.h index f420733..44aef7a 100644 --- a/include/aoapplication.h +++ b/include/aoapplication.h @@ -300,7 +300,7 @@ public: private: const int RELEASE = 2; const int MAJOR_VERSION = 6; - const int MINOR_VERSION = 0; + const int MINOR_VERSION = 1; QString current_theme = "default"; |
