Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 21 Jan 2019 20:22:37 +0000 (20:22 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 21 Jan 2019 20:22:37 +0000 (20:22 +0000)
wscript

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