Commit 4c9ba5c7 authored by Lorenz Meier's avatar Lorenz Meier

Bumped version number to safeguard against settings

parent d99bc2d2
......@@ -11,14 +11,14 @@
#define WITH_TEXT_TO_SPEECH 1
#define QGC_APPLICATION_NAME "QGroundControl"
#define QGC_APPLICATION_VERSION "v. 1.0.8 (beta)"
#define QGC_APPLICATION_VERSION "v. 1.0.9 (beta)"
namespace QGC
{
const QString APPNAME = "QGROUNDCONTROL";
const QString COMPANYNAME = "QGROUNDCONTROL";
const int APPLICATIONVERSION = 108; // 1.0.8
const int APPLICATIONVERSION = 109; // 1.0.9
}
#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