Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 13 Dec 2017 22:05:11 +0000 (22:05 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 13 Dec 2017 22:05:11 +0000 (22:05 +0000)
wscript

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