Bump version
authorCarl Hetherington <cth@carlh.net>
Sat, 9 Feb 2019 00:37:52 +0000 (00:37 +0000)
committerCarl Hetherington <cth@carlh.net>
Sat, 9 Feb 2019 00:37:52 +0000 (00:37 +0000)
wscript

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