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

Copter: version to 3.6.4

parent 570f37c5
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.4-rc1"
#define THISFIRMWARE "ArduCopter V3.6.4"
// the following line is parsed by the autotest scripts
#define FIRMWARE_VERSION 3,6,4,FIRMWARE_VERSION_TYPE_RC
#define FIRMWARE_VERSION 3,6,4,FIRMWARE_VERSION_TYPE_OFFICIAL
#define FW_MAJOR 3
#define FW_MINOR 6
#define FW_PATCH 4
#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