summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-09-18 00:48:38 +0100
committerCarl Hetherington <cth@carlh.net>2014-09-18 00:48:38 +0100
commitd235e54ec3ee9a187c1f776c834b28ed2ae5e752 (patch)
tree7bb9d5c495e133bb34272b4834760794408d37dd
parent8f9602fcf92baf1e706e8851098e6c2d0419c433 (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index f467db6eb..a5e7b3693 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '2.0.10'
+VERSION = '2.0.10devel'
def options(opt):
opt.load('compiler_cxx')