summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-05-21 10:43:00 +0100
committerCarl Hetherington <cth@carlh.net>2015-05-21 10:43:00 +0100
commit2070358ea52d238028dd4e6d98d0bd6c58d69932 (patch)
tree8fb2a2bd49614f48b594ad31c732a998c06bd596 /wscript
parent2eb8fe0b86bb2e508a18b205cfe9ea97456e9342 (diff)
parenta6aaf223e085e9ef7f2bc1cc37614ecb13d323ec (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 701c3be6..a64fe76b 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.100.0devel'
+VERSION = '0.101.0devel'
def options(opt):
opt.load('compiler_cxx')