summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-23 19:52:41 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-23 19:52:41 +0100
commit2d2d30265b79572dc73ef28af4bc384544a55751 (patch)
tree49abf7de502f45b5d29356a432633da6609e4d84
parent6eaf721983d959de9adf6347525fa203395e2bd5 (diff)
parenteb23d18c3e87ec08cd9672f4e5fe4ea146148900 (diff)
Merge branch 'master' of ssh://carlh.dnsalias.org/home/carl/git/libdcp
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 01be0481..cc09040b 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.68pre'
+VERSION = '0.69pre'
def options(opt):
opt.load('compiler_cxx')