mirror of https://github.com/ArduPilot/ardupilot
Copter: version to 3.3.2-rc1
This commit is contained in:
parent
6c5cd12a96
commit
9e5ebd70b7
|
@ -1,7 +1,7 @@
|
|||
/// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
||||
|
||||
#define THISFIRMWARE "APM:Copter V3.3.1"
|
||||
#define FIRMWARE_VERSION 3,3,1,FIRMWARE_VERSION_TYPE_OFFICIAL
|
||||
#define THISFIRMWARE "APM:Copter V3.3.2-rc1"
|
||||
#define FIRMWARE_VERSION 3,3,2,FIRMWARE_VERSION_TYPE_RC
|
||||
|
||||
/*
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
|
Loading…
Reference in New Issue