From 87369f6cf78324f926e0991192b46c9d09715b28 Mon Sep 17 00:00:00 2001 From: Phil Olynyk Date: Thu, 28 May 2020 13:25:09 -0400 Subject: [PATCH] Update version to rc-4, and fix a typo --- oscar/UpdaterWindow.cpp | 2 +- oscar/VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/oscar/UpdaterWindow.cpp b/oscar/UpdaterWindow.cpp index 5a5edcdf..5f7e81f5 100644 --- a/oscar/UpdaterWindow.cpp +++ b/oscar/UpdaterWindow.cpp @@ -155,7 +155,7 @@ void UpdaterWindow::updateFinished(QNetworkReply *reply) if (reply->error() != QNetworkReply::NoError) { qDebug() << "Update Check Error: "+reply->errorString(); disconnect(netmanager, SIGNAL(finished(QNetworkReply *)), this, SLOT(updateFinished(QNetworkReply *))); - mainwin->Notify(tr("OSCAR Updates are currently unvailable for this platform"),tr("OSCAR Updates")); + mainwin->Notify(tr("OSCAR Updates are currently unavailable for this platform"),tr("OSCAR Updates")); } else { QUrl redirectUrl = reply->attribute(QNetworkRequest::RedirectionTargetAttribute).toUrl(); diff --git a/oscar/VERSION b/oscar/VERSION index 91d81eb6..d47fec73 100644 --- a/oscar/VERSION +++ b/oscar/VERSION @@ -1,5 +1,5 @@ // Update the string below to set OSCAR's version and release status. // See https://semver.org/spec/v2.0.0.html for details on format. -#define VERSION "1.1.1-rc-3" +#define VERSION "1.1.1-rc-4"