Skip to content

Commit

Permalink
build: Update to 2.0.27-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
billbonney committed Nov 24, 2018
1 parent 98cf653 commit 4c0826c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#define WITH_TEXT_TO_SPEECH 1

#define QGC_APPLICATION_NAME "APM Planner"
#define QGC_APPLICATION_VERSION "v2.0.26-rc2"
#define QGC_APPLICATION_VERSION "v2.0.27-rc1"
#define APP_DATA_DIRECTORY "/apmplanner2"
#define LOG_DIRECTORY "/dataflashLogs"
#define PARAMETER_DIRECTORY "/parameters"
Expand Down Expand Up @@ -60,7 +60,7 @@ namespace QGC
{
const QString APPNAME = "APMPLANNER2";
const QString COMPANYNAME = "ARDUPILOT";
const int APPLICATIONVERSION = 2026; // 2.0.26 [TODO] we should deprecate this version definition
const int APPLICATIONVERSION = 2027; // 2.0.27 [TODO] we should deprecate this version definition

inline void close(){
GlobalObject* global = GlobalObject::sharedInstance();
Expand Down

0 comments on commit 4c0826c

Please sign in to comment.