Skip to content
Snippets Groups Projects
Commit 6b88b2ba authored by Randy Mackay's avatar Randy Mackay
Browse files

Copter: version to 3.6.6

parent ff6a1c0b
No related branches found
No related tags found
No related merge requests found
......@@ -6,12 +6,12 @@
#include "ap_version.h"
#define THISFIRMWARE "ArduCopter V3.6.6-rc2"
#define THISFIRMWARE "ArduCopter V3.6.6"
// the following line is parsed by the autotest scripts
#define FIRMWARE_VERSION 3,6,6,FIRMWARE_VERSION_TYPE_RC
#define FIRMWARE_VERSION 3,6,6,FIRMWARE_VERSION_TYPE_OFFICIAL
#define FW_MAJOR 3
#define FW_MINOR 6
#define FW_PATCH 6
#define FW_TYPE FIRMWARE_VERSION_TYPE_RC
#define FW_TYPE FIRMWARE_VERSION_TYPE_OFFICIAL
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment