From ea5c2ebe5db07d01669d89cbd213754c85db36ef Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 26 Sep 2022 20:20:16 +0200 Subject: Use 2.18.x subdirectory for configuration. --- src/lib/state.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 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 config_versions = { "2.16" }; +static std::vector config_versions = { "2.18", "2.16" }; static -- cgit v1.2.3