Bump version
authorCarl Hetherington <cth@carlh.net>
Fri, 26 Oct 2018 00:22:36 +0000 (01:22 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 26 Oct 2018 00:22:36 +0000 (01:22 +0100)
wscript

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