summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-10-10 17:10:00 +0100
committerCarl Hetherington <cth@carlh.net>2015-10-10 17:10:00 +0100
commit6b8473e9f933e63644a7d07c65d83e863e576954 (patch)
tree736ce4c4a800de8f68ec5916a67673ed0344f32b /wscript
parentd915fd0a238cc1bb9a0cb8824ac4cc81a1d1eab8 (diff)
parent1eb0598b57f80bc3d6a3a0b9d8f465f10d76e0f9 (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 867b0385e..98c31d08e 100644
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
from waflib import Logs, Context
APPNAME = 'dcpomatic'
-VERSION = '2.4.6devel'
+VERSION = '2.4.7devel'
def options(opt):
opt.load('compiler_cxx')