Bump version
authorCarl Hetherington <cth@carlh.net>
Thu, 30 Oct 2014 19:43:52 +0000 (19:43 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 30 Oct 2014 19:43:52 +0000 (19:43 +0000)
wscript

diff --git a/wscript b/wscript
index 32e3188376b169e875edce75e7ecb9181bb9dc5a..18b23df46e9f75ac9ea171adb053cbd7500d0ca0 100644 (file)
--- a/wscript
+++ b/wscript
@@ -5,7 +5,7 @@ import distutils
 import distutils.spawn
 
 APPNAME = 'dcpomatic'
-VERSION = '2.0.19'
+VERSION = '2.0.19devel'
 
 def options(opt):
     opt.load('compiler_cxx')