From 771102fc23fdf4140add1e73d76230d98a9571e8 Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Thu, 1 Aug 2013 01:23:26 +0200 Subject: [PATCH] Corrected app version --- src/configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configuration.h b/src/configuration.h index 84b0f2530c..028bb0a5be 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.1.1 (beta)" +#define QGC_APPLICATION_VERSION "v. 1.1.0 (beta)" namespace QGC -- GitLab