diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-05-29 09:32:03 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-05-29 09:32:03 +0200 |
| commit | 002488d046de36f7795bc0d21e1171d414953b1a (patch) | |
| tree | f62aacd381dc74a4b9442f69c441162892b9c71b | |
| parent | 78b2c650a9249cb7165d269b4378391d31e68e8b (diff) | |
Missing bump of libdcp version.
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |
