Skip to content

Commit

Permalink
Remove RC label
Browse files Browse the repository at this point in the history
  • Loading branch information
Salanto committed Nov 2, 2024
1 parent b3c0e78 commit f3f2fd2
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) + " RC6";
return QString::number(RELEASE) + "." + QString::number(MAJOR_VERSION) + "." + QString::number(MINOR_VERSION);
}

QString AOApplication::find_image(QStringList p_list)
Expand Down

0 comments on commit f3f2fd2

Please sign in to comment.