summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-12-11 11:33:05 +0000
committerCarl Hetherington <cth@carlh.net>2016-12-11 11:33:05 +0000
commit22df2cce3cb020c0a22e26d28879583dd04401bb (patch)
tree05281142ccba4d5ac0827fffa95ab2e644ab19bf
parenta23d6161d952de5ec422d5854d8098d675683d54 (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 8d7ec4b35..c7a3331b8 100644
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
from waflib import Logs, Context
APPNAME = 'dcpomatic'
-VERSION = '2.10.2'
+VERSION = '2.10.2devel'
def options(opt):
opt.load('compiler_cxx')