summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-02-08 17:50:43 +0000
committerCarl Hetherington <cth@carlh.net>2014-02-08 17:50:43 +0000
commit828fa2e71713d9077aafbcdfa6abe1663387382b (patch)
treed26bd103ce0e2fb605353fb1203c0ac51f1bdc43
parent8a471cf8b38ccb82bde42cc64c13b318bb34e42e (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 9ffc4ce5f..b16b2e10a 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.64.5'
+VERSION = '1.64.5devel'
def options(opt):
opt.load('compiler_cxx')