Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 9 Jan 2018 20:45:09 +0000 (20:45 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 9 Jan 2018 20:45:09 +0000 (20:45 +0000)
wscript

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