summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-09-26 20:20:16 +0200
committerCarl Hetherington <cth@carlh.net>2023-10-16 11:35:33 +0200
commit2ef4252ee779d667377742cbbc4c74f27187cc36 (patch)
tree891977d0ad814f71fe5789350b0fcc5934486f98 /src/lib
parent4b8f2b64ebb7fcba20c3c03d7bccd08e48612fbb (diff)
Use 2.18.x subdirectory for configuration.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/state.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/state.cc b/src/lib/state.cc
index f345d119e..9f0e6ce17 100644
--- a/src/lib/state.cc
+++ b/src/lib/state.cc
@@ -36,7 +36,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