From 340970fc95a04da31895243efaf08436c75ded0e Mon Sep 17 00:00:00 2001 From: Randy Mackay Date: Tue, 29 Sep 2015 08:45:56 +0900 Subject: [PATCH] Copter: version to 3.3 --- ArduCopter/Copter.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ArduCopter/Copter.h b/ArduCopter/Copter.h index 151c2c9253..c76546271b 100644 --- a/ArduCopter/Copter.h +++ b/ArduCopter/Copter.h @@ -1,7 +1,7 @@ /// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*- -#define THISFIRMWARE "APM:Copter V3.3-rc12" -#define FIRMWARE_VERSION 3,3,0,FIRMWARE_VERSION_TYPE_RC +#define THISFIRMWARE "APM:Copter V3.3" +#define FIRMWARE_VERSION 3,3,0,FIRMWARE_VERSION_TYPE_OFFICIAL /* This program is free software: you can redistribute it and/or modify