From 0049997b699676539caf7d2ae52f690ba374123c Mon Sep 17 00:00:00 2001 From: Michael Carpenter Date: Mon, 20 May 2013 18:41:37 -0400 Subject: [PATCH] Increment version number, since the new AHRS would break setting loading --- src/configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configuration.h b/src/configuration.h index f66f4b1..4d84f51 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -11,7 +11,7 @@ #define WITH_TEXT_TO_SPEECH 1 #define QGC_APPLICATION_NAME "QGroundControl" -#define QGC_APPLICATION_VERSION "v. 1.0.9 (beta)" +#define QGC_APPLICATION_VERSION "v. 1.0.10 (beta)" namespace QGC