Bump version
authorCarl Hetherington <cth@carlh.net>
Sat, 17 Oct 2015 15:08:37 +0000 (16:08 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 17 Oct 2015 15:08:37 +0000 (16:08 +0100)
wscript

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