summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-06-26 10:26:32 +0100
committerCarl Hetherington <cth@carlh.net>2014-06-26 10:26:32 +0100
commitee8f7f7edb1da818f60dfd2da11ca458aad0dc35 (patch)
tree64b243fdc7efbf0301f55f9136e17719c6fb09c6
parente5f8fbb9e3664d1b904f1d74454f7108e42ff525 (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 64bc5ab61..82a56e237 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.70.0'
+VERSION = '1.70.0devel'
def options(opt):
opt.load('compiler_cxx')