summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-12 22:38:54 +0100
committerCarl Hetherington <cth@carlh.net>2014-07-12 22:38:54 +0100
commit99dc59786fdaa6709197a9eaf51821c412e24146 (patch)
tree57c1911f0a413e523aa63a35fe8192d0613c3458
parent7103135fcf2e02458a2cfb53ba98d10cd450af8d (diff)
Bump versionv0.96.0
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 5a228368..3839f227 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.95.0devel'
+VERSION = '0.96.0'
def options(opt):
opt.load('compiler_cxx')