Merge branch 'master' of ssh://main.carlh.net/home/carl/git/dcpomatic
authorCarl Hetherington <cth@carlh.net>
Sat, 18 Oct 2014 21:18:26 +0000 (22:18 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 18 Oct 2014 21:18:26 +0000 (22:18 +0100)
1  2 
wscript

diff --cc wscript
index f5d1a1c3438722c28e3f419cca09da78d195e6b2,786ff42871d01af6a793dbb064566079ed26aef4..efbf69eaa33e19403235f9efc9266da064d29bbe
+++ b/wscript
@@@ -1,11 -1,9 +1,11 @@@
  import subprocess
  import os
  import sys
 +import distutils
 +import distutils.spawn
  
  APPNAME = 'dcpomatic'
- VERSION = '1.75.1devel'
+ VERSION = '1.75.2devel'
  
  def options(opt):
      opt.load('compiler_cxx')