summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-01-21 20:22:37 +0000
committerCarl Hetherington <cth@carlh.net>2019-01-21 20:22:37 +0000
commitac391a6147fb507da67c1876749bac4567cbb677 (patch)
tree20386cb6c4d80afe86d152a07a8c2ecf11f32f1a
parent534ed7aa7ceec6172332d057bc9bfd1b52c2e01d (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 2988c720e..580e44b02 100644
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
from waflib import Logs, Context
APPNAME = 'dcpomatic'
-VERSION = '2.12.17'
+VERSION = '2.12.17devel'
def options(opt):
opt.load('compiler_cxx')