Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 17 Oct 2016 15:43:01 +0000 (16:43 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 17 Oct 2016 15:43:01 +0000 (16:43 +0100)
wscript

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