Bump version
authorCarl Hetherington <cth@carlh.net>
Sun, 19 Jun 2016 21:17:51 +0000 (22:17 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 19 Jun 2016 21:17:51 +0000 (22:17 +0100)
wscript

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