Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 18 Jul 2017 12:48:31 +0000 (13:48 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 18 Jul 2017 12:48:31 +0000 (13:48 +0100)
wscript

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