summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-05-14 09:09:38 +0100
committerCarl Hetherington <cth@carlh.net>2015-05-14 09:09:38 +0100
commit387c979b4fd9222190bdff7dcf9f7eb1f0c91a60 (patch)
tree5c658902abf3362a65a1edb0fa504ece86c07d47 /wscript
parentb7504915924b8eda7546f02ab976a4572fd56f5b (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 8edc2e869..a81854f84 100644
--- a/wscript
+++ b/wscript
@@ -25,7 +25,7 @@ import distutils.spawn
from waflib import Logs
APPNAME = 'dcpomatic'
-VERSION = '2.0.46devel'
+VERSION = '2.0.47'
def options(opt):
opt.load('compiler_cxx')