summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-12-11 18:27:49 +0000
committerCarl Hetherington <cth@carlh.net>2016-12-11 18:27:49 +0000
commit2ade07f4e3cf2dedeb8ae37b08f5708b3a4bee35 (patch)
tree87fda63f4d32e729b1c6efdd5bf82a9e742af3dd
parent6c8c8f97dde2bc00b4ae8857d9a3b8b5a2696fd5 (diff)
Mangle version identifier after releasing 2.10.2 on the -fix branch.
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 228808640..c7a3331b8 100644
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
from waflib import Logs, Context
APPNAME = 'dcpomatic'
-VERSION = '2.10.1devel'
+VERSION = '2.10.2devel'
def options(opt):
opt.load('compiler_cxx')