Try to fix crash on looking up endpoint of a disconnected socket.
[dcpomatic.git] / wscript
diff --git a/wscript b/wscript
index ddd0e60c4eeb301fcc4a6415c5150e2e8c2c5fe6..5397eda3dc5aa161313ae1e4c6998684ad01cbe9 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '1.16pre'
+VERSION = '1.26pre'
 
 def options(opt):
     opt.load('compiler_cxx')