Throw an exception rather than asserting when unable to handle a pixel format (#65).
[dcpomatic.git] / wscript
diff --git a/wscript b/wscript
index a029d41a68be9f47b8e7328dd8567cc0048c78fa..e2706cf9d36e44f045f874ccc368637b940dbc3f 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.73beta2'
+VERSION = '0.74pre'
 
 def options(opt):
     opt.load('compiler_cxx')