Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 18 Apr 2016 22:41:26 +0000 (23:41 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 18 Apr 2016 22:41:26 +0000 (23:41 +0100)
wscript

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