summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-03-20 19:47:48 +0000
committerCarl Hetherington <cth@carlh.net>2016-03-20 19:47:48 +0000
commit124a1b0f7a7895598b79ad65f5a41800cda5ece1 (patch)
treef8bc0d2cfb06a68fddc48950d16843f110feeaaf /wscript
parent9b56e79a24cfc060d641254befc05dbc7963a6b7 (diff)
parent8f2c637a1a22cd69926d19ad1aea0a3b68a2a2d8 (diff)
Merge.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 5bda35380..02429c56c 100644
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
from waflib import Logs, Context
APPNAME = 'dcpomatic'
-VERSION = '2.7.6devel'
+VERSION = '2.7.7devel'
def options(opt):
opt.load('compiler_cxx')