summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-04 00:56:58 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-04 00:56:58 +0100
commit2cccb35bbd513737a8f87566e981fa39fea87d04 (patch)
tree3e3ca6d8988bb8c644dbc31694c28e9c23ac90b3 /wscript
parent16f80f7fed7d05adda154ee31ea9bfbff681759b (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 c6fb2daee..1da050818 100644
--- a/wscript
+++ b/wscript
@@ -25,7 +25,7 @@ import distutils.spawn
from waflib import Logs
APPNAME = 'dcpomatic'
-VERSION = '2.0.48'
+VERSION = '2.0.48devel'
def options(opt):
opt.load('compiler_cxx')