diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-09-25 02:13:49 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-09-25 02:13:49 +0200 |
| commit | 36e8f32c7bdb8b257e22977d8fac86536368d7b8 (patch) | |
| tree | a7ae9eda1e147be382899083bed0e348a3bcff8a /wscript | |
| parent | db6882af015dc067baed605b11d8dfa3c3dcb7e3 (diff) | |
| parent | 3ed79bd632560efcc3a0f3992eeb9868b315be58 (diff) | |
Merge remote-tracking branch 'origin/main' into v2.17.x
Diffstat (limited to 'wscript')
| -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.9.21' +libdcp_version = '1.9.22' libsub_version = '1.6.49' this_version = subprocess.Popen(['git', 'tag', '-l', '--points-at', 'HEAD'], stdout=subprocess.PIPE).communicate()[0] |
