Bump version
authorCarl Hetherington <cth@carlh.net>
Sun, 13 Mar 2016 22:49:30 +0000 (22:49 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 13 Mar 2016 22:49:30 +0000 (22:49 +0000)
wscript

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