Skip to content

Commit

Permalink
RELEASE 1.1.1-lite
Browse files Browse the repository at this point in the history
  • Loading branch information
pietr26 committed Mar 7, 2023
1 parent a4e4129 commit 7013025
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OTBackend/OTGlobal.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@ class OTInformation
{
public:
inline static const QString name = "OMSI-Tools";
inline static const OTBuildOptions::buildOptions build = OTBuildOptions::Dev;
inline static const OTBuildOptions::buildOptions build = OTBuildOptions::Lite;
inline static const QString sourceCodeLength = "18 000";

class versions
{
public:
inline static const QList<QPair<QString, unsigned int>> allVersions = {
QPair<QString, unsigned int>("1.2.0-dev", 35),
//QPair<QString, unsigned int>("1.2.0-dev", 35),
QPair<QString, unsigned int>("1.1.1-lite", 34),
QPair<QString, unsigned int>("1.1.0-lite", 33),
QPair<QString, unsigned int>("1.1.0-beta", 32),
Expand Down

0 comments on commit 7013025

Please sign in to comment.