Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 7 Mar 2016 09:37:49 +0000 (09:37 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 7 Mar 2016 09:37:49 +0000 (09:37 +0000)
wscript

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