summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-10-13 12:40:46 +0100
committerCarl Hetherington <cth@carlh.net>2015-10-13 12:40:46 +0100
commit89f69db392fd4fe31eb1e2c5e1f98d8f882f651b (patch)
tree5a45a6a3ee33caa82a81d039bf12a8247c7df0ba /wscript
parent07848ca6da0e50d6feed0948b6a81e8c2a97be8d (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 a3eed09eb..a2e09ab05 100644
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
from waflib import Logs, Context
APPNAME = 'dcpomatic'
-VERSION = '2.4.11'
+VERSION = '2.4.11devel'
def options(opt):
opt.load('compiler_cxx')