aboutsummaryrefslogtreecommitdiff
path: root/src/aoapplication.cpp
diff options
context:
space:
mode:
authorSalanto <62221668+Salanto@users.noreply.github.com>2024-07-21 18:54:52 +0200
committerGitHub <noreply@github.com>2024-07-21 18:54:52 +0200
commite82726ba5b4a2faf8caea747789d71f1e717f7f8 (patch)
tree540c4eb207a28d26fe91b3cfed92bb6d02240a66 /src/aoapplication.cpp
parent0c3a4259ab22ff2e44e4eca6a11e8054f3c78d30 (diff)
Attorney Online 2.11 Release Candidate 1 (#1026)
* Version bump and minor fixes * Remove unecessary headers Thanks QtCreator
Diffstat (limited to 'src/aoapplication.cpp')
-rw-r--r--src/aoapplication.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aoapplication.cpp b/src/aoapplication.cpp
index bcc1ad59..dd5821db 100644
--- a/src/aoapplication.cpp
+++ b/src/aoapplication.cpp
@@ -119,7 +119,7 @@ void AOApplication::destruct_courtroom()
QString AOApplication::get_version_string()
{
- return QString::number(RELEASE) + "." + QString::number(MAJOR_VERSION) + "." + QString::number(MINOR_VERSION);
+ return QString::number(RELEASE) + "." + QString::number(MAJOR_VERSION) + "." + QString::number(MINOR_VERSION) + " RC1";
}
QString AOApplication::find_image(QStringList p_list)