Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 3 Oct 2016 22:08:30 +0000 (23:08 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 3 Oct 2016 22:08:30 +0000 (23:08 +0100)
wscript

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