Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 15 Aug 2016 21:06:02 +0000 (22:06 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 15 Aug 2016 21:06:02 +0000 (22:06 +0100)
wscript

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