Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 2 Jul 2015 08:20:31 +0000 (09:20 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 2 Jul 2015 08:20:31 +0000 (09:20 +0100)
wscript

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