# HG changeset patch # User Chris Cannam # Date 1571920473 -3600 # Node ID e78f2c842a5550b7092726b8a1a5d14d52dee3aa # Parent 8379b78063227d61881a86894c1ea989b91eb8c0 Next builds will be 2.1; remove beta warning diff -r 8379b7806322 -r e78f2c842a55 README.md --- a/README.md Thu Oct 24 11:59:05 2019 +0100 +++ b/README.md Thu Oct 24 13:34:33 2019 +0100 @@ -29,7 +29,7 @@ Tony was developed at Queen Mary, University of London in collaboration with New York University. -Code copyright 2005-2017 Chris Cannam, Queen Mary University of +Code copyright 2005-2019 Chris Cannam, Queen Mary University of London, and the Tony project authors: Matthias Mauch, George Fazekas, Justin Salamon, and Rachel Bittner, except where indicated in the individual source files. Thanks also to Simon Dixon and Juan Bello. diff -r 8379b7806322 -r e78f2c842a55 main/MainWindow.cpp --- a/main/MainWindow.cpp Thu Oct 24 11:59:05 2019 +0100 +++ b/main/MainWindow.cpp Thu Oct 24 13:34:33 2019 +0100 @@ -1268,7 +1268,7 @@ updateLayerStatuses(); - QTimer::singleShot(500, this, SLOT(betaReleaseWarning())); +// QTimer::singleShot(500, this, SLOT(betaReleaseWarning())); } diff -r 8379b7806322 -r e78f2c842a55 version.h --- a/version.h Thu Oct 24 11:59:05 2019 +0100 +++ b/version.h Thu Oct 24 13:34:33 2019 +0100 @@ -1,1 +1,1 @@ -#define TONY_VERSION "2.1-pre3" +#define TONY_VERSION "2.1"