Bump version
authorCarl Hetherington <cth@carlh.net>
Sat, 13 Jun 2015 22:50:59 +0000 (23:50 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 13 Jun 2015 22:50:59 +0000 (23:50 +0100)
wscript

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