summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-11-04 12:37:18 +0000
committerCarl Hetherington <cth@carlh.net>2015-11-04 12:37:18 +0000
commit8ac9407f446e6ff3e7ca1f6e3fe1d7fcde745f15 (patch)
tree4cfe008b5e6688a8a378a789be8305570e53c375 /wscript
parent9ed89156fb302d8cd010a33e20fc37d9888c4e4d (diff)
Bump version
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 2ab96b707..106f6b1e2 100644
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
from waflib import Logs, Context
APPNAME = 'dcpomatic'
-VERSION = '2.4.17'
+VERSION = '2.4.17devel'
def options(opt):
opt.load('compiler_cxx')