From c0deef5209a8f4643a04e71ae8cb2d648c2bacbc Mon Sep 17 00:00:00 2001
From: Randy Mackay <rmackay9@yahoo.com>
Date: Tue, 21 Jan 2014 21:23:11 +0900
Subject: [PATCH] Copter: version to AC3.1.1-rc2

This update applies to pixhawk only
---
 ArduCopter/ArduCopter.pde | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ArduCopter/ArduCopter.pde b/ArduCopter/ArduCopter.pde
index ceeaa4995..c7635e76b 100644
--- a/ArduCopter/ArduCopter.pde
+++ b/ArduCopter/ArduCopter.pde
@@ -1,6 +1,6 @@
 /// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
 
-#define THISFIRMWARE "ArduCopter V3.1.1-rc1"
+#define THISFIRMWARE "ArduCopter V3.1.1-rc2"
 /*
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
-- 
GitLab