Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 1 Oct 2014 08:54:33 +0000 (09:54 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 1 Oct 2014 08:54:33 +0000 (09:54 +0100)
wscript

diff --git a/wscript b/wscript
index f9096aa4d269e8a9effa2764a309581e38e42bb5..1c6ab31d63b428c9739b2652ca6f3603b5870820 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '2.0.13'
+VERSION = '2.0.13devel'
 
 def options(opt):
     opt.load('compiler_cxx')