From 002488d046de36f7795bc0d21e1171d414953b1a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 29 May 2023 09:32:03 +0200 Subject: [PATCH] Missing bump of libdcp version. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 777315747..ca5ca85d7 100644 --- 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] -- 2.30.2