Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 8 Feb 2016 19:29:53 +0000 (19:29 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 8 Feb 2016 19:29:53 +0000 (19:29 +0000)
wscript

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