mirror of https://github.com/ArduPilot/ardupilot
Rover: Incrementing version number to 3.2.0-dev
This commit is contained in:
parent
4ccd59f394
commit
8f252c4983
|
@ -2,8 +2,8 @@
|
|||
|
||||
#include "ap_version.h"
|
||||
|
||||
#define THISFIRMWARE "APM:Rover v3.1.0"
|
||||
#define FIRMWARE_VERSION 3,1,0,FIRMWARE_VERSION_TYPE_OFFICIAL
|
||||
#define THISFIRMWARE "APM:Rover V3.2.0-dev"
|
||||
#define FIRMWARE_VERSION 3,2,0,FIRMWARE_VERSION_TYPE_DEV
|
||||
|
||||
#ifndef GIT_VERSION
|
||||
#define FIRMWARE_STRING THISFIRMWARE
|
||||
|
|
Loading…
Reference in New Issue