diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-09-26 20:20:16 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-11-29 21:19:55 +0100 |
| commit | abe96285df6b51a6cb1a7fa63b661264c4d43e5c (patch) | |
| tree | 58e71eacbb448847645dab626aac09f8fb037c22 /src/lib/state.cc | |
| parent | 025bd0356bbaf0d92411069ba69744436bb0f5d2 (diff) | |
Use 2.18.x subdirectory for configuration.
Diffstat (limited to 'src/lib/state.cc')
| -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 a8230385d..7a3232ee9 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.16" }; +static std::vector<std::string> config_versions = { "2.18", "2.16" }; static |
