summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-11-05 10:33:35 +0000
committerCarl Hetherington <cth@carlh.net>2015-11-05 10:33:35 +0000
commitb51f152699bebf03ac6f01d5770b9d02979bfc93 (patch)
tree3fa0c139d31a8430a5e84a5414bd023610cfd772
parent16e2ee0d88d1d5d2e79e55f29e07bcaf09ea45b0 (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 60990f5a4..b264e0b0f 100644
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
from waflib import Logs, Context
APPNAME = 'dcpomatic'
-VERSION = '2.4.18'
+VERSION = '2.4.18devel'
def options(opt):
opt.load('compiler_cxx')