Remove RC label (#1054)
This commit is contained in:
parent
b3c0e78565
commit
b4cf723e74
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user