summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-01-21 12:55:43 +0000
committerCarl Hetherington <cth@carlh.net>2019-01-21 12:55:43 +0000
commit168809616cabf35cbfdd10fdab3666120c6d8fe7 (patch)
tree3e4c038ee4fe5bb18d4ed5154d701f1a017e1a2d
parentec4b5f91ef9f754f214db789034370c223c20972 (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 45be5fb9e..120530978 100644
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
from waflib import Logs, Context
APPNAME = 'dcpomatic'
-VERSION = '2.12.16'
+VERSION = '2.12.16devel'
def options(opt):
opt.load('compiler_cxx')