Skip to content

Commit

Permalink
Bump version label (#1050)
Browse files Browse the repository at this point in the history
  • Loading branch information
Salanto authored Oct 1, 2024
1 parent 74e6532 commit 4c22bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aoapplication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) + " RC5";
return QString::number(RELEASE) + "." + QString::number(MAJOR_VERSION) + "." + QString::number(MINOR_VERSION) + " RC6";
}

QString AOApplication::find_image(QStringList p_list)
Expand Down

0 comments on commit 4c22bdc

Please sign in to comment.