Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 20 Sep 2016 15:29:05 +0000 (16:29 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 20 Sep 2016 15:29:05 +0000 (16:29 +0100)
wscript

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