Fix incorrect test subtitle gathering; fix a few missing standard-setting calls.
[dcpomatic.git] / wscript
diff --git a/wscript b/wscript
index c6599a6bd26e015d2c71a176c60b293b6c573e42..5f7e50c26afa19c3b2bc1b2b3477271675334f2a 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.11.43'
+VERSION = '2.11.47devel'
 
 def options(opt):
     opt.load('compiler_cxx')
@@ -588,8 +588,12 @@ def configure(conf):
 
     Logs.pprint('YELLOW', '')
 
+def download_supporters():
+    os.system('curl https://dcpomatic.com/supporters.cc > build/supporters.cc')
+
 def build(bld):
     create_version_cc(VERSION, bld.env.CXXFLAGS)
+    download_supporters()
 
     bld.recurse('src')
     bld.recurse('graphics')