Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 19 Oct 2016 22:41:18 +0000 (23:41 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 19 Oct 2016 22:41:18 +0000 (23:41 +0100)
wscript

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