Use 2.18.x subdirectory for configuration.
[dcpomatic.git] / src / lib / state.cc
index e22f9e0b98bd71d37f4e6947d1563b1b6afd01c2..3079660323465db2c3b83a44985053e885a053fe 100644 (file)
@@ -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