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 /src/aoapplication.cpp | |
| 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 'src/aoapplication.cpp')
| -rw-r--r-- | src/aoapplication.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aoapplication.cpp b/src/aoapplication.cpp index 6213acd6..9c3d1cd0 100644 --- a/src/aoapplication.cpp +++ b/src/aoapplication.cpp @@ -93,7 +93,7 @@ void AOApplication::destruct_courtroom() QString AOApplication::get_version_string() { - return + return "KFO" + QString::number(RELEASE) + "." + QString::number(MAJOR_VERSION) + "." + QString::number(MINOR_VERSION); |
