summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-12-21 16:15:49 +0000
committerCarl Hetherington <cth@carlh.net>2016-12-21 16:15:49 +0000
commita2fbb6e4b1adf59e2cc7cdb6cf54588843816ec0 (patch)
treef088cbd085af4e52ad48b6c7a915d8ee1b762fac /wscript
parent944ee5eafb01705e31076fe0dbd0b38003dfbb55 (diff)
parenta2412945aab13634335cffa281cf5fc344ba5934 (diff)
Merge branch 'master' of ssh://git.carlh.net/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 be2409c4e..cbb80bb2e 100644
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
from waflib import Logs, Context
APPNAME = 'dcpomatic'
-VERSION = '2.10.4devel'
+VERSION = '2.10.5devel'
def options(opt):
opt.load('compiler_cxx')