Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 14 Sep 2015 09:17:50 +0000 (10:17 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 14 Sep 2015 09:17:50 +0000 (10:17 +0100)
wscript

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