Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 25 Apr 2016 15:56:01 +0000 (16:56 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 25 Apr 2016 15:56:01 +0000 (16:56 +0100)
wscript

diff --git a/wscript b/wscript
index 9809231c3da34d90ca08126a346d577c9a0075e8..2031ffe79e2ab99ff84b47d6d60730f9e0ca9e2e 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.7.16'
+VERSION = '2.7.16devel'
 
 def options(opt):
     opt.load('compiler_cxx')