summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-03-06 21:12:34 +0000
committerCarl Hetherington <cth@carlh.net>2014-03-06 21:12:34 +0000
commit45b34c2265f56b47051bcf1d5c86c067bb9b2f5b (patch)
tree3eb2e570ec69ac29b9b4d1b95238708d55585cf8 /wscript
parentfb2337ff1cda99bcaa4044023606dfaf6422c038 (diff)
parent58ea9ab564a151292b79ee901e70d6d626563080 (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 816021064..52191f4b0 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.64.19devel'
+VERSION = '1.65.0devel'
def options(opt):
opt.load('compiler_cxx')