From e50e7e444d5a6379231724e802049abf787d1ed4 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Tue, 1 Jun 2021 14:49:26 +0100 Subject: [PATCH] Bump MAP65 version to rc1 --- map65/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/map65/main.cpp b/map65/main.cpp index 918f64b43..198047ca9 100644 --- a/map65/main.cpp +++ b/map65/main.cpp @@ -19,7 +19,7 @@ int main(int argc, char *argv[]) QApplication a {argc, argv}; // Override programs executable basename as application name. a.setApplicationName ("MAP65"); - a.setApplicationVersion ("3.0.0-devel"); + a.setApplicationVersion ("3.0.0-rc1"); // switch off as we share an Info.plist file with WSJT-X a.setAttribute (Qt::AA_DontUseNativeMenuBar); MainWindow w;