Missing bump of libdcp version.
authorCarl Hetherington <cth@carlh.net>
Mon, 29 May 2023 07:32:03 +0000 (09:32 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 29 May 2023 07:32:03 +0000 (09:32 +0200)
wscript

diff --git a/wscript b/wscript
index 7773157471d3b48409186e5302b1cf48ef8200e4..ca5ca85d7213a803be6354b595018d53d1795e8b 100644 (file)
--- a/wscript
+++ b/wscript
@@ -35,7 +35,7 @@ except ImportError:
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-libdcp_version = '1.8.69'
+libdcp_version = '1.8.72'
 libsub_version = '1.6.42'
 
 this_version = subprocess.Popen(shlex.split('git tag -l --points-at HEAD'), stdout=subprocess.PIPE).communicate()[0]