Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 14 Aug 2018 16:25:43 +0000 (17:25 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 14 Aug 2018 16:25:43 +0000 (17:25 +0100)
wscript

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