summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-09-26 20:20:16 +0200
committerCarl Hetherington <cth@carlh.net>2022-10-04 23:20:11 +0200
commit8377ed4386af507038b3d0528c25068ee3275bb7 (patch)
tree4185574f4f83f61eed0ed02b3b3fb3da44444cef /src
parent27f29ec92ba70c49960ebe61b774b020d2d82424 (diff)
Use 2.18.x subdirectory for configuration.
Diffstat (limited to 'src')
-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 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