summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-06-21 22:48:57 +0100
committerCarl Hetherington <cth@carlh.net>2014-06-21 22:48:57 +0100
commit0084e2db157939b3639e524588240db9b96bbc7d (patch)
treed8e82013f0fcf544680c71f90bb9fde8fed33723 /wscript
parent24dfe7021e95273cd38c6a173abb2195d7ffc651 (diff)
parent65be0fdb86f0c63e0ae2377b9fec4dd08433ece2 (diff)
Merge master.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index d35d03758..2704ec2e3 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.69.33devel'
+VERSION = '1.69.34devel'
def options(opt):
opt.load('compiler_cxx')