summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-05 12:13:49 +0100
committerCarl Hetherington <cth@carlh.net>2014-05-05 12:13:49 +0100
commit18af438ee543d00e9e3a692fda61a2fe08f6d1e9 (patch)
tree2727c73312059ba22d2a3b284660ab34768dd9f9 /wscript
parentafb40d78f6768c3658b84523dd8d5f8904d730fa (diff)
parent1b7b84c2f41529442cd0df9caa32b76e6c1180f2 (diff)
Merge branch 'master' of ssh://carlh.dyndns.org/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 6a4a702cb..829980c38 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.67.1devel'
+VERSION = '1.68.0devel'
def options(opt):
opt.load('compiler_cxx')