summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-02-18 20:50:11 +0000
committerCarl Hetherington <cth@carlh.net>2014-02-18 20:50:11 +0000
commitc116d1ba8656a157f6d81a3d10cd0ac86968554f (patch)
treeb2ff709c4bee5548c5028854615030f34830bb09 /wscript
parent7908592de8bda34f18bd9527975f05c795d93a28 (diff)
parent260ccea9bb42513acfbf873f960569a3a6522236 (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 05a39a738..131ca8830 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.64.12devel'
+VERSION = '1.64.13devel'
def options(opt):
opt.load('compiler_cxx')