Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 24 Oct 2016 21:26:27 +0000 (22:26 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 24 Oct 2016 21:26:27 +0000 (22:26 +0100)
wscript

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