diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-03-24 13:34:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-03-25 07:53:08 +0100 |
| commit | 5215408c36898039e8fa294bb74bf94d5762b0c7 (patch) | |
| tree | 66d4937b35da2848a8ce85219d2330036f2ddd4f /wscript | |
| parent | a939e4b642ff9b398920dee1d0154729217347a5 (diff) | |
Bump libdcp for fix to remove erroneous <EntryPoint> and <Duration> markers from <MainMarkers> (#2215).
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -35,8 +35,8 @@ except ImportError: from waflib import Logs, Context APPNAME = 'dcpomatic' -libdcp_version = '1.8.12' -libsub_version = '1.6.12' +libdcp_version = '1.8.13' +libsub_version = '1.6.13' 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] |
