diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-09-26 20:20:16 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-09-14 22:27:39 +0200 |
| commit | 2fda9d02508d9e2d92f94550b6f08a7c29dd6300 (patch) | |
| tree | c324e89ec91481cda2077ee8c20d59cff8e3a1a4 /src/lib | |
| parent | fef8888d1b26f46953dfb587039a14a309d5c6af (diff) | |
Use 2.18.x subdirectory for configuration.
Diffstat (limited to 'src/lib')
| -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 e22f9e0b9..307966032 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 |
