Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 25 Apr 2016 22:07:32 +0000 (23:07 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 25 Apr 2016 22:07:32 +0000 (23:07 +0100)
wscript

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