Bump version
[libdcp.git] / wscript
diff --git a/wscript b/wscript
index 643fe2ff803b482d0197af35238822c14ca2b707..aa5cd65dd01fb70a4d3fb7c3aa56532727f7305b 100644 (file)
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
 import os
 
 APPNAME = 'libdcp'
-VERSION = '0.80pre'
+VERSION = '0.83pre'
 
 def options(opt):
     opt.load('compiler_cxx')
@@ -50,7 +50,7 @@ def configure(conf):
         conf.env.STLIB_CXML = ['cxml']
     else:
         conf.check_cfg(package='libopenjpeg', args='--cflags --libs', uselib_store='OPENJPEG', mandatory=True)
-        conf.check_cfg(package='libcxml', atleast_version='0.05', args='--cflags --libs', uselib_store='CXML', mandatory=True)
+        conf.check_cfg(package='libcxml', atleast_version='0.07', args='--cflags --libs', uselib_store='CXML', mandatory=True)
 
     if conf.options.target_windows:
         boost_lib_suffix = '-mt'