Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 6 Oct 2015 08:21:49 +0000 (09:21 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 6 Oct 2015 08:21:49 +0000 (09:21 +0100)
wscript

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