From 7dc2b119ca32c80c0e4b05a1ae26f7f5e6b53f5d Mon Sep 17 00:00:00 2001 From: Michael Carpenter Date: Fri, 10 May 2013 08:43:27 -0400 Subject: [PATCH] Started adding numbers to QGC_APPLICATION_VERSION for development builds, since dev builds need the config file wiped out for UI changes to be visible --- src/configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configuration.h b/src/configuration.h index 8b0498089..000e4372e 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.5 (beta)" +#define QGC_APPLICATION_VERSION "v. 1.0.5 (beta) 2" namespace QGC -- 2.22.0