summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-10-19 15:31:52 +0100
committerCarl Hetherington <cth@carlh.net>2014-10-19 15:31:52 +0100
commit2c23a1bdd3c3d757d3640a4ad1b44a727b5a8663 (patch)
treee3325a8262af19c8ba26a8395988b5952b899625 /wscript
parentb9c5d508e441b1b899060c5fb147f7ce9ae70dbd (diff)
Munge version.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 88cb2d539..ee1f88804 100644
--- a/wscript
+++ b/wscript
@@ -5,7 +5,7 @@ import distutils
import distutils.spawn
APPNAME = 'dcpomatic'
-VERSION = '1.75.2devel'
+VERSION = '1.76.1devel'
def options(opt):
opt.load('compiler_cxx')