Skip to content

Commit

Permalink
build: Update to 2.0.29-rc1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arne-W committed Apr 11, 2021
1 parent 2e47d56 commit c7f81f8
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.28-rc1"
#define QGC_APPLICATION_VERSION "v2.0.29-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 static QString APPNAME = "APMPLANNER2";
const static QString COMPANYNAME = "ARDUPILOT";
const static int APPLICATIONVERSION = 2028; // 2.0.28 [TODO] we should deprecate this version definition
const static int APPLICATIONVERSION = 2029; // 2.0.28 [TODO] we should deprecate this version definition
const static quint8 defaultMavlinkSystemId = 252; // Using 252 to 'crudely' identify a log created by APM Planner 2

inline void close(){
Expand Down

0 comments on commit c7f81f8

Please sign in to comment.