summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-01-22 19:59:07 +0000
committerCarl Hetherington <cth@carlh.net>2015-01-22 19:59:07 +0000
commit305c00f13c929478de39123008d93b52ed2ec7ca (patch)
tree782fce23c14185378ede55d0f5393f2024fddaff /wscript
parent14e4eac6689b5ffe3542d45ad62708507efcd791 (diff)
parent6986647a7ec79fe1a83da96c50bbf414dda859c5 (diff)
Merge branch 'master' of ssh://main.carlh.net/home/carl/git/libdcp
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 9ce74e06..efcf4ff7 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.98.0devel'
+VERSION = '0.99.0devel'
def options(opt):
opt.load('compiler_cxx')