summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-02-21 10:16:31 +0000
committerCarl Hetherington <cth@carlh.net>2014-02-21 10:16:31 +0000
commit353507afb5ed4249d554a4e8e7e78d9076fb0e40 (patch)
tree0fa17a04d856d8380931f6ff81c82a96412ee274 /wscript
parent79d60a7d5ec3e7a978887dc358b169bce7fd4bce (diff)
parent74f5e7e90457cff19140a71db80937cad279a184 (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 cfc6ada21..64616eb73 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.64.14devel'
+VERSION = '1.64.15devel'
def options(opt):
opt.load('compiler_cxx')