Bump version
authorCarl Hetherington <cth@carlh.net>
Tue, 1 Mar 2016 09:09:32 +0000 (09:09 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 1 Mar 2016 09:09:32 +0000 (09:09 +0000)
wscript

diff --git a/wscript b/wscript
index 4bc46335d2d88075dd3a765cc8d2cee27fb10b84..208316bfdda5d8f15b3990bab4fbccd09663fc00 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.6.30'
+VERSION = '2.6.30devel'
 
 def options(opt):
     opt.load('compiler_cxx')