Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 30 Sep 2014 19:45:49 +0000 (20:45 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 30 Sep 2014 19:45:49 +0000 (20:45 +0100)
wscript

diff --git a/wscript b/wscript
index 4a49c8d40e89b3319d8931a07520e848909dfa0b..f33dcef83ab354afd38b7440d3c965bbb8bdd27e 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '2.0.12'
+VERSION = '2.0.12devel'
 
 def options(opt):
     opt.load('compiler_cxx')