diff --git a/src/configuration.h b/src/configuration.h index e0e5fcaaf74b4385fa0e1c3d41a31ae0ef1fe24f..e826003de307b019b87462724ee77d8d50014f20 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -11,7 +11,7 @@ #define WITH_TEXT_TO_SPEECH 1 #define QGC_APPLICATION_NAME "QGroundControl" -#define QGC_APPLICATION_VERSION "v. 2.0.1 (beta)" +#define QGC_APPLICATION_VERSION "v. 2.0.2 (beta)" namespace QGC @@ -19,7 +19,7 @@ namespace QGC 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_DOMAIN = "org.qgroundcontrol";//can be customized by forks -const int APPLICATIONVERSION = 201; // 2.0.1 +const int APPLICATIONVERSION = 202; // 2.0.2 } #endif // QGC_CONFIGURATION_H