Bump version
authorCarl Hetherington <cth@carlh.net>
Fri, 29 Apr 2016 22:59:08 +0000 (23:59 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 29 Apr 2016 22:59:08 +0000 (23:59 +0100)
wscript

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