summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-10-23 22:03:21 +0100
committerCarl Hetherington <cth@carlh.net>2014-10-23 22:03:21 +0100
commit6cc014a02566edf9d0d82a874460581a85c90eee (patch)
tree04d3e081813b3b000dd16cd07d08db0ccc5a8ef0
parentc6a3da7276ed576ae02c6f463e6a3b337e7965dd (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 6639724da..5306688d3 100644
--- a/wscript
+++ b/wscript
@@ -5,7 +5,7 @@ import distutils
import distutils.spawn
APPNAME = 'dcpomatic'
-VERSION = '1.76.5'
+VERSION = '1.76.5devel'
def options(opt):
opt.load('compiler_cxx')