Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 25 Sep 2018 21:14:56 +0000 (22:14 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 25 Sep 2018 21:14:56 +0000 (22:14 +0100)
wscript

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