summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-10-20 00:39:22 +0100
committerCarl Hetherington <cth@carlh.net>2013-10-20 00:39:22 +0100
commit1a5faeeaac6638e00720fa81a539cb3fa79b844b (patch)
tree5dcb98d0568a99cc7f6eb33b49884a7da9dd15c8
parent9c29eb4931fa327672aa3b107e771123e151e0fc (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index b0f771b9c..87140e25a 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.18'
+VERSION = '1.19pre'
def options(opt):
opt.load('compiler_cxx')