summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-03-09 22:29:47 +0000
committerCarl Hetherington <cth@carlh.net>2014-03-09 22:29:47 +0000
commitd9a28261392f140931096e1dc214dcc9076cadca (patch)
tree45262773c1e70f5aa0d748d9962e36662b131e14 /wscript
parent3f17f4cae769aff8910afb2bcd21d69ba970de1c (diff)
Bump version
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 18a24ee54..fe487ff95 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.65.1devel'
+VERSION = '1.65.2'
def options(opt):
opt.load('compiler_cxx')