Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 1 Mar 2016 01:01:32 +0000 (01:01 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 1 Mar 2016 01:01:32 +0000 (01:01 +0000)
wscript

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