Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 25 Aug 2016 18:37:12 +0000 (19:37 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 25 Aug 2016 18:37:12 +0000 (19:37 +0100)
wscript

diff --git a/wscript b/wscript
index 20b9bea7a94317700e692eed24ee9a7cda760998..e86931fd1a8e45b3fb08d6c1a8733db5cc24a902 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.9.16'
+VERSION = '2.9.16devel'
 
 def options(opt):
     opt.load('compiler_cxx')