summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-02-25 01:10:38 +0000
committerCarl Hetherington <cth@carlh.net>2018-02-25 01:10:38 +0000
commitbab976c6d0aa5a807ff16a3e80d7de2c742feed3 (patch)
treef5bd1212e5b88d0cfdb3a62bb42740ef3c00f148 /wscript
parentd7cabb623a5bedb407632557fdc4913d9ed4e1ce (diff)
parent014b17da131764016efb35dc2d5131c9656f485c (diff)
Merge branch 'v2.12.x' of ssh://git.carlh.net/home/carl/git/dcpomatic into v2.12.x
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index c383e1871..7bcae05d4 100644
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
from waflib import Logs, Context
APPNAME = 'dcpomatic'
-VERSION = '2.11.62devel'
+VERSION = '2.11.63devel'
def options(opt):
opt.load('compiler_cxx')