Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 14 Sep 2015 14:37:45 +0000 (15:37 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 14 Sep 2015 14:37:45 +0000 (15:37 +0100)
wscript

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