summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-02-09 01:31:17 +0000
committerCarl Hetherington <cth@carlh.net>2014-02-09 01:31:17 +0000
commit4f37bfa3e43a36a2b659769e03580f90f7443e53 (patch)
treeacfdacfd72fd740cb6cd119d406fdb4a6a5fd044 /wscript
parentff434cd8de9e5790703550385f7656b6d43baa86 (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 2fea78dea..9cafff461 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.64.6devel'
+VERSION = '1.64.7'
def options(opt):
opt.load('compiler_cxx')