diff options
| author | Crystalwarrior <varsash@gmail.com> | 2019-09-29 16:51:37 +0300 |
|---|---|---|
| committer | Crystalwarrior <varsash@gmail.com> | 2019-09-29 16:51:37 +0300 |
| commit | 9bf41a714b6a46559bba23ea4fa4e0ad432d6997 (patch) | |
| tree | b29c75e9964a7f67f0d1b828467a1a879a32311f /include/aoapplication.h | |
| parent | 1f72205716bae72a482521d0bf9336aad42cb418 (diff) | |
Bump up version numbers to 2.8.0
Diffstat (limited to 'include/aoapplication.h')
| -rw-r--r-- | include/aoapplication.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/aoapplication.h b/include/aoapplication.h index 89bfaa26..af1433f8 100644 --- a/include/aoapplication.h +++ b/include/aoapplication.h @@ -392,8 +392,8 @@ public: private: const int RELEASE = 2; - const int MAJOR_VERSION = 6; - const int MINOR_VERSION = 2; + const int MAJOR_VERSION = 8; + const int MINOR_VERSION = 0; QString current_theme = "default"; |
