summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-02-05 14:52:51 +0000
committerCarl Hetherington <cth@carlh.net>2014-02-05 14:52:51 +0000
commit08b57ee2ed41b9de995080ff7b4fd84d8cec4002 (patch)
tree732b90f1dbdcfbdad71b5b4a827784fe21905283 /wscript
parentd8a2e55855b50eda28ec7d394449274f5e085bd6 (diff)
parent31b7a6478c9d8d1f590e5da856d43948489f92c5 (diff)
Merge.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 1bf81bfb4..dcd4e4d7b 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.64.0devel'
+VERSION = '1.64.1devel'
def options(opt):
opt.load('compiler_cxx')