From f8a9cdd8cd56c76960de5f1f72ddde0b1ad84b46 Mon Sep 17 00:00:00 2001 From: "Andreas M. Antonopoulos" <andreas@antonopoulos.com> Date: Sat, 21 Jul 2012 17:52:06 -0700 Subject: [PATCH] AC: ArduCopter 2.7 release candidate - updated THISFIRMWARE constant. --- ArduCopter/ArduCopter.pde | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ArduCopter/ArduCopter.pde b/ArduCopter/ArduCopter.pde index d6757e753..fcf2580ff 100644 --- a/ArduCopter/ArduCopter.pde +++ b/ArduCopter/ArduCopter.pde @@ -1,8 +1,8 @@ /// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*- -#define THISFIRMWARE "ArduCopter V2.6" +#define THISFIRMWARE "ArduCopter V2.7" /* -ArduCopter Version 2.6 +ArduCopter Version 2.7 Lead author: Jason Short Based on code and ideas from the Arducopter team: Randy Mackay, Pat Hickey, Jose Julio, Jani Hirvinen, Andrew Tridgell, Justin Beech, Adam Rivera, Jean-Louis Naudin, Roberto Navoni Thanks to: Chris Anderson, Mike Smith, Jordi Munoz, Doug Weibel, James Goppert, Benjamin Pelletier, Robert Lefebvre, Marco Robustini -- GitLab