summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-09-14 15:37:45 +0100
committerCarl Hetherington <cth@carlh.net>2015-09-14 15:37:45 +0100
commitad4ddb93fede5084737d0cc2b35420e34f773c47 (patch)
tree1429a36c1b77e9976a960d4cf43b45e4b6859fbd
parenta7271ea348747e8fecd831385da1d7cd9a835ef9 (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 251e9c198..58f5dbc9d 100644
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
from waflib import Logs
APPNAME = 'dcpomatic'
-VERSION = '2.2.2'
+VERSION = '2.2.2devel'
def options(opt):
opt.load('compiler_cxx')