diff options
| author | Salanto <62221668+Salanto@users.noreply.github.com> | 2024-07-21 18:54:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-21 18:54:52 +0200 |
| commit | e82726ba5b4a2faf8caea747789d71f1e717f7f8 (patch) | |
| tree | 540c4eb207a28d26fe91b3cfed92bb6d02240a66 /src/aoapplication.h | |
| parent | 0c3a4259ab22ff2e44e4eca6a11e8054f3c78d30 (diff) | |
Attorney Online 2.11 Release Candidate 1 (#1026)
* Version bump and minor fixes
* Remove unecessary headers
Thanks QtCreator
Diffstat (limited to 'src/aoapplication.h')
| -rw-r--r-- | src/aoapplication.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/aoapplication.h b/src/aoapplication.h index d040408d..f0d3d81c 100644 --- a/src/aoapplication.h +++ b/src/aoapplication.h @@ -103,8 +103,8 @@ public: static QString get_version_string(); static const int RELEASE = 2; - static const int MAJOR_VERSION = 10; - static const int MINOR_VERSION = 1; + static const int MAJOR_VERSION = 11; + static const int MINOR_VERSION = 0; void set_server_list(QVector<ServerInfo> &servers) { server_list = servers; } QVector<ServerInfo> &get_server_list() { return server_list; } |
