Merge branch 'dev' into dev2

This commit is contained in:
MichaelDvP
2023-11-24 10:28:38 +01:00
10 changed files with 37 additions and 36 deletions

View File

@@ -1099,7 +1099,7 @@ bool System::check_upgrade(bool factory_settings) {
missing_version = (settingsVersion.empty() || (settingsVersion.length() < 5));
if (missing_version) {
LOG_WARNING("No version information found (%s)", settingsVersion.c_str());
settingsVersion = "3.6.3"; // this was the last stable version
settingsVersion = "3.6.4"; // this was the last stable version
}
}