diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-11-20 08:44:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-02-16 01:20:38 +0100 |
| commit | dcd93cc24c2853bb72db732ec8ee9b29d79a7300 (patch) | |
| tree | 0f5fd50b7e949a87913d3a581df49178a3944044 | |
| parent | 64f34dcae0a69f5732f9298ec3c121e91e388422 (diff) | |
Add new config version.
| -rw-r--r-- | src/lib/state.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/state.cc b/src/lib/state.cc index 7a3232ee9..8d17562d6 100644 --- a/src/lib/state.cc +++ b/src/lib/state.cc @@ -35,7 +35,7 @@ boost::optional<boost::filesystem::path> State::override_path; /* List of config versions to look for in descending order of preference; * i.e. look at the first one, and if that doesn't exist, try the second, etc. */ -static std::vector<std::string> config_versions = { "2.18", "2.16" }; +static std::vector<std::string> config_versions = { "2.20", "2.18", "2.16" }; static |
