summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-12-15 09:48:14 +0000
committerCarl Hetherington <cth@carlh.net>2014-12-15 09:48:14 +0000
commitdf658c83b8913f16542e155e60422f1393c8a10c (patch)
treef79cc00065ae788e9c6b7dc23a3ca11f706fd556 /wscript
parent4cee2376949e4841e268669ab6fc3d6a92bcce14 (diff)
parent528fbe83f4c49fe4610aa0cdaa2959de60349e2d (diff)
Merge.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 40ef15f86..1cd7b9d6f 100644
--- a/wscript
+++ b/wscript
@@ -5,7 +5,7 @@ import distutils
import distutils.spawn
APPNAME = 'dcpomatic'
-VERSION = '2.0.24devel'
+VERSION = '2.0.25devel'
def options(opt):
opt.load('compiler_cxx')