summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-10-09 17:18:35 +0100
committerCarl Hetherington <cth@carlh.net>2015-10-09 17:18:35 +0100
commit28a056bfe26e57b432489cb2b0a9ff3e942aa28a (patch)
tree4dc4660412db5b4c4d7c4396f576d9803bf9662d /wscript
parent7cf826dfe9e882836bf9f2821bd59b2f65bb1c73 (diff)
Bump version
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 491023283..6ae1e995d 100644
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
from waflib import Logs
APPNAME = 'dcpomatic'
-VERSION = '2.4.6'
+VERSION = '2.4.6devel'
def options(opt):
opt.load('compiler_cxx')