Commit b1580650 authored by Lorenz Meier's avatar Lorenz Meier

Bump version number, now that we have changed a few relevant things

parent b7edee79
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
#define WITH_TEXT_TO_SPEECH 1 #define WITH_TEXT_TO_SPEECH 1
#define QGC_APPLICATION_NAME "QGroundControl" #define QGC_APPLICATION_NAME "QGroundControl"
#define QGC_APPLICATION_VERSION "v. 2.0.0 (beta)" #define QGC_APPLICATION_VERSION "v. 2.0.1 (beta)"
namespace QGC namespace QGC
...@@ -19,7 +19,7 @@ namespace QGC ...@@ -19,7 +19,7 @@ namespace QGC
const QString APPNAME = "QGROUNDCONTROL"; const QString APPNAME = "QGROUNDCONTROL";
const QString ORG_NAME = "QGROUNDCONTROL.ORG"; //can be customized by forks to e.g. mycompany.com to maintain separate Settings for customized apps const QString ORG_NAME = "QGROUNDCONTROL.ORG"; //can be customized by forks to e.g. mycompany.com to maintain separate Settings for customized apps
const QString ORG_DOMAIN = "org.qgroundcontrol";//can be customized by forks const QString ORG_DOMAIN = "org.qgroundcontrol";//can be customized by forks
const int APPLICATIONVERSION = 200; // 2.0.0 const int APPLICATIONVERSION = 201; // 2.0.1
} }
#endif // QGC_CONFIGURATION_H #endif // QGC_CONFIGURATION_H
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment