changeset 657:e78f2c842a55

Next builds will be 2.1; remove beta warning
author Chris Cannam
date Thu, 24 Oct 2019 13:34:33 +0100
parents 8379b7806322
children 808f40e418f9
files README.md main/MainWindow.cpp version.h
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- 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()));
 }
 
 
--- 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"