summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-02-16 10:50:13 +0000
committerCarl Hetherington <cth@carlh.net>2016-02-16 10:50:13 +0000
commit59bbccf44f6a25ddb5ab2ab9b4e7300a0112b77e (patch)
tree2992ea675bedb7a8f14719fa388bb81eec5e0ffe
parentb672b4ba58c83ec2b0af0d61f593ec10eee4beb9 (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index ca66610a1..8c1675791 100644
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
from waflib import Logs, Context
APPNAME = 'dcpomatic'
-VERSION = '2.6.22'
+VERSION = '2.6.22devel'
def options(opt):
opt.load('compiler_cxx')