summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-10-16 16:47:05 +0100
committerCarl Hetherington <cth@carlh.net>2014-10-16 16:47:05 +0100
commita65d08d8a4e84b1f2321154fc4b16384dcd6b10f (patch)
tree7a2eabc2a2b32fca7aa9b8a0f2470d039637294b /wscript
parent784440c45ee7469890a15ed612018eb66c2152dc (diff)
parent61ba36e642cca1efe5e1e5352d995df351e97e91 (diff)
Merge branch 'master' of git.carlh.net:git/dcpomatic
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 2849d5759..80c385c75 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.74.3devel'
+VERSION = '1.75.0devel'
def options(opt):
opt.load('compiler_cxx')