summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-05-10 03:23:45 +0100
committerCarl Hetherington <cth@carlh.net>2015-05-10 03:23:45 +0100
commit2bdc870c89dbd4727118ff96c49011864f1ebf21 (patch)
tree1ebde019502c7dc5091d7d59f6db1eeeb8964f6e /wscript
parentd10660acf8196e283f47f054cfc6ffe9c7f46e54 (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 5edaad564..1bb2b41c6 100644
--- a/wscript
+++ b/wscript
@@ -25,7 +25,7 @@ import distutils.spawn
from waflib import Logs
APPNAME = 'dcpomatic'
-VERSION = '2.0.45devel'
+VERSION = '2.0.46'
def options(opt):
opt.load('compiler_cxx')