Update out-of-date version requirements in wscript.
authorCarl Hetherington <cth@carlh.net>
Sat, 4 Feb 2023 21:11:05 +0000 (22:11 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 4 Feb 2023 21:11:05 +0000 (22:11 +0100)
wscript

diff --git a/wscript b/wscript
index 3a5d71a63705874f4e74bacf761e44fc3c7051b0..c3b8bc1f492e27c196f5d199e77106d6b32ce366 100644 (file)
--- a/wscript
+++ b/wscript
@@ -35,8 +35,8 @@ except ImportError:
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-libdcp_version = '1.8.38'
-libsub_version = '1.6.13'
+libdcp_version = '1.8.55'
+libsub_version = '1.6.42'
 
 this_version = subprocess.Popen(shlex.split('git tag -l --points-at HEAD'), stdout=subprocess.PIPE).communicate()[0]
 last_version = subprocess.Popen(shlex.split('git describe --tags --match v* --abbrev=0'), stdout=subprocess.PIPE).communicate()[0]