Bump version
authorCarl Hetherington <cth@carlh.net>
Fri, 5 Jan 2018 13:53:45 +0000 (13:53 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 5 Jan 2018 13:53:45 +0000 (13:53 +0000)
wscript

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