diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2019-07-27 10:11:48 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-27 10:11:48 -0500 |
| commit | e3187b682469ad414de72b708bb8240e83303f5f (patch) | |
| tree | 168a0b4d860b53a99354abf5c639d7016f97d61e /include | |
| parent | d56a53bcbd82f41cf585d8c64fca834f1d590c73 (diff) | |
Bump version to 2.6.2 (#87)
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 f7103b87..67f9a0d5 100644 --- a/include/aoapplication.h +++ b/include/aoapplication.h @@ -305,7 +305,7 @@ public: private: const int RELEASE = 2; const int MAJOR_VERSION = 6; - const int MINOR_VERSION = 1; + const int MINOR_VERSION = 2; QString current_theme = "default"; |
