diff options
| author | sD <stoned@derpymail.org> | 2020-02-21 16:43:40 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-02-21 16:43:40 +0100 |
| commit | cb1ed6d60dc394f293f90f06ad9988de053feecb (patch) | |
| tree | 4c8dfcc053c4dcc3a8dec5546b671a4ae324eb9b | |
| parent | 7d55ff01f5f139aaa4a343e93429997418cfd8bb (diff) | |
put minor version back
| -rw-r--r-- | include/aoapplication.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/aoapplication.h b/include/aoapplication.h index 280b7314..e4f2ee68 100644 --- a/include/aoapplication.h +++ b/include/aoapplication.h @@ -342,6 +342,7 @@ public: private: const int RELEASE = 2; const int MAJOR_VERSION = 7; + const int MINOR_VERSION = 0; QString current_theme = "default"; |
