Handle errors in subtitle XML better (#1209).
[dcpomatic.git] / wscript
diff --git a/wscript b/wscript
index f73f10362b395a7c48d159190f65c236769d8d43..c383e1871a5a12665ed68fdfee868b665e99a02c 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.11.58devel'
+VERSION = '2.11.62devel'
 
 def options(opt):
     opt.load('compiler_cxx')