summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-12-18 16:28:55 +0000
committerCarl Hetherington <cth@carlh.net>2013-12-18 16:28:55 +0000
commitd0cbdd2d2da7aaa5454e47bf7dcad27bf90bd361 (patch)
treeb6212132e917b36697d15313e20d001a352821f9
parente07a62afda4e5542b70e56273bdac3240f2acc73 (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 3201c7394..489bfb689 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.43'
+VERSION = '1.44pre'
def options(opt):
opt.load('compiler_cxx')