summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-10-13 13:12:19 +0100
committerCarl Hetherington <cth@carlh.net>2013-10-13 13:12:19 +0100
commit601001cc7abb3e69ae363dfde7c98c8ff4848b95 (patch)
tree741aaa643a3a5be98485f6657366998d0dba1a0f /wscript
parentec9fef77094f5969d6c7452f1d03bcae745b30d1 (diff)
parent6028b10bcb0579ca702c5e7a1140ba3e58681d01 (diff)
Merge branch '1.0' of /Users/carl/git/dvdomatic into 1.0
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 2386823f2..bcda8d74d 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.14pre'
+VERSION = '1.15pre'
def options(opt):
opt.load('compiler_cxx')