summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-02-08 13:33:08 +0000
committerCarl Hetherington <cth@carlh.net>2014-02-08 13:33:08 +0000
commit58a10e184029bcb7bae0df69afe69f24340c63e2 (patch)
tree8af56689e021ebef7cdb201b7e7873e310c483f4 /wscript
parent0e457d48ac7dad571fdbe85c159b86bfc01cce21 (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 95fb7f92c..625334c3d 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.64.2devel'
+VERSION = '1.64.3'
def options(opt):
opt.load('compiler_cxx')