Fix missing help and add a default name if none is specified.
[dcpomatic.git] / wscript
diff --git a/wscript b/wscript
index 196642da6a0c2ea6696991b4f554979a8e8c48fa..094210bd12f715b2de6067afe6af73d848d77cc3 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs
 
 APPNAME = 'dcpomatic'
-VERSION = '2.1.30devel'
+VERSION = '2.1.35devel'
 
 def options(opt):
     opt.load('compiler_cxx')