Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 18 Jan 2018 22:10:19 +0000 (22:10 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 18 Jan 2018 22:10:19 +0000 (22:10 +0000)
wscript

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