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>2024-01-28 02:00:44 +0100
commitd0e74dea9d189187d456173702a54a3b3c72aca0 (patch)
tree658957f98f8f13945f2461871f385b9950a26e81 /src/lib
parenta6dfe3d570dec3306eaf7149596d2ca2ed5fd93e (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 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