summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-13 21:44:42 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-13 21:44:42 +0000
commitee4362c939b5fe6bab598b59916478513b9d6779 (patch)
tree50eab5559c37424286b972218fa5804b39e658f9 /wscript
parent164f71186d80798b55fad2f463918b8c514df21e (diff)
parent7d424ea7e085e5380e5dcbfd2f268adb67cb0e44 (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 babf5a00d..2056305ec 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.62.3devel'
+VERSION = '1.63.0devel'
def options(opt):
opt.load('compiler_cxx')