Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 14 Apr 2016 19:55:10 +0000 (20:55 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 14 Apr 2016 19:55:10 +0000 (20:55 +0100)
wscript

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