Fix recently-introduced crash on double-terminating the Writer thread.
[dcpomatic.git] / wscript
diff --git a/wscript b/wscript
index eaa675186701ca9e97834299017f7e1bbd76c202..babf5a00dd17c850faf23b3dbbcd14f5d5c6b6e6 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '1.62.1pre'
+VERSION = '1.62.3devel'
 
 def options(opt):
     opt.load('compiler_cxx')