mirror of https://github.com/ArduPilot/ardupilot
Rover: version to 3.2.0-dev
This commit is contained in:
parent
a6fbae16bf
commit
1fb6d45d5f
|
@ -2,8 +2,8 @@
|
|||
|
||||
#include "ap_version.h"
|
||||
|
||||
#define THISFIRMWARE "APM:Rover V3.2.0-beta2"
|
||||
#define FIRMWARE_VERSION 3,2,0,FIRMWARE_VERSION_TYPE_BETA+1
|
||||
#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