Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 9 Oct 2013 15:39:22 +0000 (16:39 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 9 Oct 2013 15:39:22 +0000 (16:39 +0100)
wscript

diff --git a/wscript b/wscript
index a8099ee0d508c95acbf3dc390c5fb313c04027aa..b03080cbdc9c96f2cb3847920fcab4e7d79ddf85 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '1.10'
+VERSION = '1.11pre'
 
 def options(opt):
     opt.load('compiler_cxx')