summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-15 09:49:32 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-15 09:49:32 +0000
commite33486234dea92b972643194e521bd64b75dab2d (patch)
tree7555d647b8cf7d3d7cdf291a7da206bca2c02316 /wscript
parentb5c0e24d1c313a32f1db88a3df62c74f88f5d822 (diff)
parentd8a6b232f70883055a285c087fa8adc36e3acb8b (diff)
Merge branch 'master' of ssh://carlh.dyndns.org/home/carl/git/dcpomatic
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index d91385436..d72252459 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.63.1devel'
+VERSION = '1.63.2devel'
def options(opt):
opt.load('compiler_cxx')