Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 7 Mar 2016 19:34:20 +0000 (19:34 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 7 Mar 2016 19:34:20 +0000 (19:34 +0000)
wscript

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