From 502cafe8065b920e18d566e4c34a0def57c49999 Mon Sep 17 00:00:00 2001 From: Arne-W Date: Sat, 11 Mar 2023 14:05:43 +0100 Subject: [PATCH] build: Update to 2.0.30-RC3 --- src/configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configuration.h b/src/configuration.h index 7fc667a29..936c067fa 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -15,7 +15,7 @@ #define WITH_TEXT_TO_SPEECH 1 #define QGC_APPLICATION_NAME "APM Planner" -#define QGC_APPLICATION_VERSION "v2.0.30-rc2" +#define QGC_APPLICATION_VERSION "v2.0.30-rc3" #define APP_DATA_DIRECTORY "/apmplanner2" #define LOG_DIRECTORY "/dataflashLogs" #define PARAMETER_DIRECTORY "/parameters"