Merge master.
[dcpomatic.git] / src / lib / film.cc
index 099bacfdcb7b5513358f968555e03a864703e338..67f795a6c739af5e60b8947bfde2e4657ba9f275 100644 (file)
@@ -83,8 +83,10 @@ using libdcp::Signer;
 
 /* 5 -> 6
  * AudioMapping XML changed.
+ * 6 -> 7
+ * Subtitle offset changed to subtitle y offset, and subtitle x offset added.
  */
-int const Film::state_version = 6;
+int const Film::state_version = 7;
 
 /** Construct a Film object in a given directory.
  *