summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-03-16 00:48:11 +0000
committerCarl Hetherington <cth@carlh.net>2018-03-16 00:48:11 +0000
commit7b467c0eb9031b03effd12ba311a0a6a6c8e4cc5 (patch)
treef8ab99f3fae567b883d723039122d032924feede
parentadece0e8b557304e26026e8b6a5da94fa712a802 (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 7a165ca4e..e27fc3b25 100644
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
from waflib import Logs, Context
APPNAME = 'dcpomatic'
-VERSION = '2.11.76'
+VERSION = '2.11.76devel'
def options(opt):
opt.load('compiler_cxx')