diff options
| author | Crystalwarrior <varsash@gmail.com> | 2020-03-12 18:34:51 +0300 |
|---|---|---|
| committer | Crystalwarrior <varsash@gmail.com> | 2020-03-12 18:34:51 +0300 |
| commit | 4c8bf57268c09c298edc3f3695e4a2ede84643ac (patch) | |
| tree | 35e2113e326ec5faa450507810b5e2f85f89443a /include/aoapplication.h | |
| parent | 7aa24bf50158b3a93c17c56e1371b72389238185 (diff) | |
VERSION 2.8.3 BABYYYYYYYY
Add "KFO" to version display in lobby so it's even clearer this is a custom client
Add a settings button to the Lobby screen
Diffstat (limited to 'include/aoapplication.h')
| -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 3ed70463..8b520bc4 100644 --- a/include/aoapplication.h +++ b/include/aoapplication.h @@ -416,7 +416,7 @@ public: private: const int RELEASE = 2; const int MAJOR_VERSION = 8; - const int MINOR_VERSION = 2; + const int MINOR_VERSION = 3; QString current_theme = "default"; |
