Fix awful thinko causing Playlist::active_frame_rate_change to return the wrong thing...
[dcpomatic.git] / wscript
diff --git a/wscript b/wscript
index e7c7e3e25c002cc90e7de7669c0166d0f7fd9c57..8956d06c006d46d1fe82e4ae44b625d4caf6752e 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '1.68.0'
+VERSION = '1.69.28devel'
 
 def options(opt):
     opt.load('compiler_cxx')
@@ -78,7 +78,7 @@ def static_dcp(conf, static_boost, static_xmlpp, static_xmlsec, static_ssh):
         conf.env.LIB_DCP.append('ssh')
 
 def dynamic_dcp(conf):
-    conf.check_cfg(package='libdcp', atleast_version='0.92', args='--cflags --libs', uselib_store='DCP', mandatory=True)
+    conf.check_cfg(package='libdcp', atleast_version='0.95.0', args='--cflags --libs', uselib_store='DCP', mandatory=True)
     conf.env.DEFINES_DCP = [f.replace('\\', '') for f in conf.env.DEFINES_DCP]
 
 def dynamic_ssh(conf):