summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-12-23 01:59:16 +0000
committerCarl Hetherington <cth@carlh.net>2013-12-23 01:59:16 +0000
commit21ec4b21586f874048cd06bbb8c6f64ada8ccfbc (patch)
tree9d7147e36d3823a0e42e8c2343dcbec166f83af0
parent0963bbe1c1cb735dc817ee73a101786f69916f6b (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 7a41c3dd5..4a260b588 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.47'
+VERSION = '1.48pre'
def options(opt):
opt.load('compiler_cxx')