summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-10-05 21:13:42 +0100
committerCarl Hetherington <cth@carlh.net>2015-10-05 21:13:42 +0100
commit58259f4c7c7f4eb2a8e532cbd45bf39d5aa9a564 (patch)
tree13a4dd03d25a1a9cf9aef16cce59d660fc9d8460
parent26f6fc5aa41a0fb38b9bf3c408a7c4bc8acd370c (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index ff4f832f6..2b950ac82 100644
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
from waflib import Logs
APPNAME = 'dcpomatic'
-VERSION = '2.4.0'
+VERSION = '2.4.0devel'
def options(opt):
opt.load('compiler_cxx')