summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-24 22:47:45 +0100
committerCarl Hetherington <cth@carlh.net>2014-05-24 22:47:45 +0100
commit08fafd1dec1c45f45a9f5758905d67e768f0afd9 (patch)
tree2f2b9fe44fe93381c7d863c4e2610f78ec7076ec
parentb467eedd1b2cd81aa5e18104448e08255ed61404 (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index dd6904915..945cbf957 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.69.13'
+VERSION = '1.69.13devel'
def options(opt):
opt.load('compiler_cxx')