diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-04-21 10:51:31 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-04-21 10:51:31 +0200 |
| commit | 7fd269fc10a67b7a0619a0a92541a47a1bc57be5 (patch) | |
| tree | 7134dac7bcf713cb573884f9b21df6751e984cd1 | |
| parent | 5ae8e7eba8196847d897d5a714cc03ad6b232d81 (diff) | |
Update wscript (missed in last commit).
| -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.66' +libdcp_version = '1.8.67' libsub_version = '1.6.42' this_version = subprocess.Popen(shlex.split('git tag -l --points-at HEAD'), stdout=subprocess.PIPE).communicate()[0] |
