Bump version
authorCarl Hetherington <cth@carlh.net>
Sat, 2 Jul 2016 22:53:21 +0000 (23:53 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 2 Jul 2016 22:53:21 +0000 (23:53 +0100)
wscript

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