Merge.
[dcpomatic.git] / src / lib / film.cc
index 1290cbda21fc67f44b924d323607262c1799bff4..8690d3ee0b97eb22e1080337ff4d7e1b27c88746 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.
  *