Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 7 Mar 2016 13:17:59 +0000 (13:17 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 7 Mar 2016 13:17:59 +0000 (13:17 +0000)
wscript

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