diff options
| author | Salanto <62221668+Salanto@users.noreply.github.com> | 2024-08-24 15:33:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-24 15:33:49 +0200 |
| commit | 50204ec2e265373452c1b4ff4eb2b8dafbb516e8 (patch) | |
| tree | 823ff06ddb2fe077212214529a750a807e1a8254 /src/aoapplication.cpp | |
| parent | b7dd8984d75517654dff51465b756b06641a28ec (diff) | |
[Bugfix] Fix slides not applying the X offset during slide position calculaiton (#1038)
* Make slides correctly respect X offset
* Bump to RC4 cause I am cute like that
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 41b54c82..25470086 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) + " RC3"; + return QString::number(RELEASE) + "." + QString::number(MAJOR_VERSION) + "." + QString::number(MINOR_VERSION) + " RC4"; } QString AOApplication::find_image(QStringList p_list) |
