Bump version
authorCarl Hetherington <cth@carlh.net>
Sat, 13 Jun 2015 14:50:39 +0000 (15:50 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 13 Jun 2015 14:50:39 +0000 (15:50 +0100)
wscript

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