summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-03-20 17:39:06 +0000
committerCarl Hetherington <cth@carlh.net>2016-03-20 17:39:06 +0000
commit8f2c637a1a22cd69926d19ad1aea0a3b68a2a2d8 (patch)
treeb666d4900aad035bc6d1ba9639cedf2b7647e602
parentdddc7557cacffb4b77543f861812bfec01e7682f (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 5aaa5140f..02429c56c 100644
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
from waflib import Logs, Context
APPNAME = 'dcpomatic'
-VERSION = '2.7.7'
+VERSION = '2.7.7devel'
def options(opt):
opt.load('compiler_cxx')