summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-03-09 22:03:49 +0000
committerCarl Hetherington <cth@carlh.net>2014-03-09 22:03:49 +0000
commitb5d2f083b2f8b260ac238bd06092773770605850 (patch)
tree18b39da5ac14019a0a16378ced802385bbceb754 /wscript
parent3a9bea8c3727af6ebbce860b8223371cd7f87b3f (diff)
parenta93ef3b958766d0346f9c44479f3e058dfdd0147 (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 52191f4b0..18a24ee54 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.65.0devel'
+VERSION = '1.65.1devel'
def options(opt):
opt.load('compiler_cxx')