Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 14 Sep 2015 12:49:18 +0000 (13:49 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 14 Sep 2015 12:49:18 +0000 (13:49 +0100)
wscript

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