Skip to content

Commit

Permalink
Increase version to RC0.
Browse files Browse the repository at this point in the history
  • Loading branch information
MayaPosch committed Dec 29, 2021
1 parent 716a1c5 commit bee4e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion player/NymphCastPlayer/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1454,7 +1454,7 @@ void MainWindow::addGroupsToRemotes() {

// --- ABOUT ---
void MainWindow::about() {
QMessageBox::about(this, tr("About NymphCast Player."), tr("NymphCast Player is the reference player for NymphCast.\n\nRev.: v0.1-beta0"));
QMessageBox::about(this, tr("About NymphCast Player."), tr("NymphCast Player is the reference player for NymphCast.\n\nRev.: v0.1-rc0"));
}


Expand Down

0 comments on commit bee4e3e

Please sign in to comment.