summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-02-08 16:37:36 +0000
committerCarl Hetherington <cth@carlh.net>2014-02-08 16:37:36 +0000
commita81037803e637a8b592635b8b973aecdb67ca0ce (patch)
tree5149c532b03e2a54ca7453afa166b131a7b9ec67 /wscript
parentdf45c5e6d63ad0927844839056735ce5a8db3c92 (diff)
parent248382f6e1569a9d10d82764967af720d9bbf883 (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 95fb7f92c..425bfee20 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.64.2devel'
+VERSION = '1.64.3devel'
def options(opt):
opt.load('compiler_cxx')