summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-12-18 19:08:02 +0000
committerCarl Hetherington <cth@carlh.net>2013-12-18 19:08:02 +0000
commit8ae03cb54a9fdc2c6f77bacabc8e85fcdd8c0619 (patch)
treea369f6a02f4abffde741f41c005073211cb6d7c2
parent7d897b0c9e4a9d479effb89dc9b386abdb9ad212 (diff)
parent9c01b0ff4b528480777c3c298ae56d031267e2a9 (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 f3f38269..b4fc37c4 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.87pre'
+VERSION = '0.88pre'
def options(opt):
opt.load('compiler_cxx')