Bump version
[dcpomatic.git] / wscript
diff --git a/wscript b/wscript
index 37c4407368f13451f195dae24414dca8067b8b72..6ebea7a8d2ee52c353e6812995df30b14cda0d82 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.8.8'
+VERSION = '2.8.12'
 
 def options(opt):
     opt.load('compiler_cxx')
@@ -308,6 +308,9 @@ def configure(conf):
     else:
         conf.env.LIB_XMLSEC = ['xmlsec1-openssl', 'xmlsec1']
 
+    # nettle
+    conf.check_cfg(package="nettle", args='--cflags --libs', uselib_store='NETTLE', mandatory=True)
+
     # FFmpeg
     if conf.options.static_ffmpeg:
         names = ['avformat', 'avfilter', 'avcodec', 'avutil', 'swscale', 'postproc']