summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-06-30 14:17:08 +0100
committerCarl Hetherington <cth@carlh.net>2014-06-30 14:17:08 +0100
commita6b3b4539ae17ce59f975a4be49278f4ccc736fd (patch)
tree70b53bd46307ec2aa4c088abfbc412f128580bcc /wscript
parent9f8244c8b84c0dd5ff06c249c761105e14781176 (diff)
parent7d93aa13507094e87bc9086986b36edd96a613b0 (diff)
Merge branch 'master' of ssh://main.carlh.net/home/carl/git/dcpomatic
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index cbd2e4640..404782b3c 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.71.2devel'
+VERSION = '1.72.0devel'
def options(opt):
opt.load('compiler_cxx')