# HG changeset patch # User Chris Cannam # Date 1570629471 -3600 # Node ID bc4205d70e8b56be99c652fbec8eb60ccc89630c # Parent 62d6e9ad19f4f72026a1e9814e09deca5fbc8c72 Version and update beta warning diff -r 62d6e9ad19f4 -r bc4205d70e8b main/MainWindow.cpp --- a/main/MainWindow.cpp Wed Oct 09 13:45:49 2019 +0100 +++ b/main/MainWindow.cpp Wed Oct 09 14:57:51 2019 +0100 @@ -4558,7 +4558,7 @@ { QMessageBox::information (this, tr("Beta release"), - tr("This is a beta release of Sonic Visualiser

Please see the \"What's New\" option in the Help menu for a list of changes since the last proper release.

")); + tr("This is a beta release of %1

Please see the \"What's New\" option in the Help menu for a list of changes since the last proper release.

").arg(QApplication::applicationName())); } void diff -r 62d6e9ad19f4 -r bc4205d70e8b version.h --- a/version.h Wed Oct 09 13:45:49 2019 +0100 +++ b/version.h Wed Oct 09 14:57:51 2019 +0100 @@ -1,1 +1,1 @@ -#define SV_VERSION "4.0-pre1" +#define SV_VERSION "4.0-pre2"