summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-06-21 19:09:15 +0100
committerCarl Hetherington <cth@carlh.net>2014-06-21 19:09:15 +0100
commitb5523c032fb79bd808d43afd289b23ef643e68f0 (patch)
tree4666e7ce9b749b3af60f3f5d98fd5c04548159ac
parenta7665d9eb579a59110b58d55e331146215ea982b (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 476aaf763..43f15c4b8 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.69.33'
+VERSION = '1.69.33devel'
def options(opt):
opt.load('compiler_cxx')