Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 15 May 2018 19:00:28 +0000 (20:00 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 15 May 2018 19:00:28 +0000 (20:00 +0100)
wscript

diff --git a/wscript b/wscript
index 285a79bc191f4947f18dce265b6ae24b3774dfd6..fb1c8e5abda643fcdc77c70082f36c21f758386c 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.12.5'
+VERSION = '2.12.5devel'
 
 def options(opt):
     opt.load('compiler_cxx')