Bump version release/2.3.0
authorCarl Hetherington <cth@carlh.net>
Mon, 14 Sep 2015 15:13:19 +0000 (16:13 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 14 Sep 2015 15:13:19 +0000 (16:13 +0100)
wscript

diff --git a/wscript b/wscript
index 42af727fd85063bc177d3322a62988a798f6d40c..257352ffcd549c0ee069aa6f8d6276d0d080514a 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs
 
 APPNAME = 'dcpomatic'
-VERSION = '2.3.0'
+VERSION = '2.3.0devel'
 
 def options(opt):
     opt.load('compiler_cxx')