diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2019-01-03 21:46:10 -0600 |
|---|---|---|
| committer | oldmud0 <oldmud0@users.noreply.github.com> | 2019-01-03 21:46:10 -0600 |
| commit | 57b02c084ae6884c35dbf5a126ee2ec256ba1ca4 (patch) | |
| tree | e2f44ef40cf0ac4b2f8e6cf51961d6ce1aa2273a | |
| parent | 6716a4532ea6b29d7204813415e5089e6ddd1e6f (diff) | |
Bump version to 2.6.1
| -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 f4207333..44aef7a8 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"; |
