summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-01-07 12:57:59 +0000
committerCarl Hetherington <cth@carlh.net>2015-01-07 12:57:59 +0000
commit228fbab81a5f093e9265d565c1110582c363def3 (patch)
treef9d898047ed366ae33ed7501da4e4d0e09d1d8b1 /wscript
parent77f7f3be256f81d2977bccdb236582e18a625ba7 (diff)
parent385dacb34644a503c1e77a2d1365f7f65d1c0458 (diff)
Merge branch '2.0' of git.carlh.net:git/dcpomatic into 2.0
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 1ec7db172..984a0e048 100644
--- a/wscript
+++ b/wscript
@@ -5,7 +5,7 @@ import distutils
import distutils.spawn
APPNAME = 'dcpomatic'
-VERSION = '2.0.25devel'
+VERSION = '2.0.26devel'
def options(opt):
opt.load('compiler_cxx')