summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-10-28 12:48:26 +0000
committerCarl Hetherington <cth@carlh.net>2015-10-28 12:48:26 +0000
commitf8d4df639e7d6dba17b0cddfe131b20b5422c512 (patch)
tree3ed82bff17ee766adbc6a40ab50231710083ba10 /wscript
parentb3671abbd3489381e257b1043a86551d6de3c292 (diff)
parent6478e5d4b9c54cd2102ac611c35cb83b0519db26 (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 ec7819d70..be3137837 100644
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
from waflib import Logs, Context
APPNAME = 'dcpomatic'
-VERSION = '2.4.12devel'
+VERSION = '2.4.13devel'
def options(opt):
opt.load('compiler_cxx')