Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 9 Feb 2016 23:12:28 +0000 (23:12 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 9 Feb 2016 23:12:28 +0000 (23:12 +0000)
wscript

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