summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-07 13:41:57 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-07 13:41:57 +0000
commitcc8c14b765038405e75d7436cf0da3d56b61063b (patch)
treec5b4ab506b5ccaee088bb4de17e6ae6158e00b6e
parentab45927dea48db6c9bf661c0bb51fbc412a2ed9a (diff)
parent2372b639f1570c442b4e06f5727b0f331c251964 (diff)
Merge branch 'master' of ssh://carlh.dyndns.org/home/carl/git/libdcp
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index f8cc8112..9ac34439 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.92pre'
+VERSION = '0.93pre'
def options(opt):
opt.load('compiler_cxx')