Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 17 May 2016 22:26:17 +0000 (23:26 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 17 May 2016 22:26:17 +0000 (23:26 +0100)
wscript

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