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