From 23877ca9eed3408af2cad29c2a7ccb5f62dff139 Mon Sep 17 00:00:00 2001 From: Gus Grubba Date: Sat, 14 Dec 2019 10:08:59 -0500 Subject: [PATCH] Bump settings version due to changes in map settings. --- src/QGCConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/QGCConfig.h b/src/QGCConfig.h index d8de5c8..f3457b5 100644 --- a/src/QGCConfig.h +++ b/src/QGCConfig.h @@ -10,6 +10,6 @@ // If you need to make an incompatible changes to stored settings, bump this version number // up by 1. This will caused store settings to be cleared on next boot. -#define QGC_SETTINGS_VERSION 8 +#define QGC_SETTINGS_VERSION 9 #endif // QGC_CONFIGURATION_H