diff options
| author | Salanto <62221668+Salanto@users.noreply.github.com> | 2024-09-08 09:18:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-08 02:18:12 -0500 |
| commit | fedf26075a1cd5ad56e66bb5213e98277795d144 (patch) | |
| tree | 5968c9d9c10ff7ac1ee3e8ef66fbf6eb6a2b6d8c /src/aoapplication.cpp | |
| parent | 0c10f03150ff1cb296cdec27944b906580998747 (diff) | |
Fix evidence not being consistently presentable (#1048)
* Fixup evidence presentation code, methink
* Bump RC, because I can
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 696d35db..0fe6cba4 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) + " RC4"; + return QString::number(RELEASE) + "." + QString::number(MAJOR_VERSION) + "." + QString::number(MINOR_VERSION) + " RC5"; } QString AOApplication::find_image(QStringList p_list) |
