Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 17 Jan 2018 02:04:11 +0000 (02:04 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 17 Jan 2018 02:04:11 +0000 (02:04 +0000)
wscript

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