Bump version
authorCarl Hetherington <cth@carlh.net>
Sat, 13 Jun 2015 18:46:20 +0000 (19:46 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 13 Jun 2015 18:46:20 +0000 (19:46 +0100)
wscript

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