Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 16 Feb 2016 10:50:13 +0000 (10:50 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 16 Feb 2016 10:50:13 +0000 (10:50 +0000)
wscript

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