Try to stop Butler deadlocking on quit.
[dcpomatic.git] / wscript
diff --git a/wscript b/wscript
index cc623648d4d68071a3e9ccf6627e4d9d8f804a3a..0dc9594c7365dc4d32de2ab0e440090e193249b1 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.10.8devel'
+VERSION = '2.11.0devel'
 
 def options(opt):
     opt.load('compiler_cxx')