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
commit16f80f7fed7d05adda154ee31ea9bfbff681759b (patch)
tree0b6c689e3e36acf3cd1e95cb9486fd11e16f608c /wscript
parent4f1751a9e43e515be773ee3871150f7beca325f5 (diff)
Bump versionv2.0.48
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 98516102c..c6fb2daee 100644
--- a/wscript
+++ b/wscript
@@ -25,7 +25,7 @@ import distutils.spawn
from waflib import Logs
APPNAME = 'dcpomatic'
-VERSION = '2.0.47devel'
+VERSION = '2.0.48'
def options(opt):
opt.load('compiler_cxx')