Skip to content

Commit

Permalink
Commit for update to 0.10.1.2-lite
Browse files Browse the repository at this point in the history
  • Loading branch information
pietr26 committed Jan 15, 2022
1 parent 802a4ae commit 8a4260c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions OTBackend/OTGlobal.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ class OTBuildOptions
};

const QString OTName = "OMSI-Tools";
const QString OTVersion = "0.10.1.1-beta";
const OTBuildOptions::buildOptions OTBuild = OTBuildOptions::Dev;
const QString OTVersion = "0.10.1.2-lite";
const OTBuildOptions::buildOptions OTBuild = OTBuildOptions::Lite;

// Unsaved code for closeEvents:
/*
Expand Down Expand Up @@ -98,7 +98,6 @@ class OTDownloader: public QObject
/// \brief Returns the downloaded file
QString doDownload(const QUrl &url)
{

lastSuccess = 0;
return download(url);
}
Expand Down

0 comments on commit 8a4260c

Please sign in to comment.