Bump version to try major.even for stable releases and major.odd for unstable.
authorCarl Hetherington <cth@carlh.net>
Wed, 5 Apr 2017 22:26:48 +0000 (23:26 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 5 Apr 2017 22:26:48 +0000 (23:26 +0100)
wscript

diff --git a/wscript b/wscript
index 4ff5c2af6684e51cbc4bd2a966f64837bcfe59c8..0dc9594c7365dc4d32de2ab0e440090e193249b1 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.10.9devel'
+VERSION = '2.11.0devel'
 
 def options(opt):
     opt.load('compiler_cxx')