Allow choice of whether or not to install the server/main program on Windows.
[dcpomatic.git] / wscript
diff --git a/wscript b/wscript
index 9f89e068e1f4e5da294a3f06fcb4c2eb71064f07..8790cf9a40f8c27e0048f3d491e4eeab57abf42a 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '1.61.1'
+VERSION = '1.63.6devel'
 
 def options(opt):
     opt.load('compiler_cxx')