Bump ffmpeg to 5.1.2 "Riemann"
[dcpomatic.git] / src / lib / state.cc
index a8230385d42e957653f2b32ad2a622a7096ff3db..7a3232ee9c357e9edbdd21eb80c4266a3314de38 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