summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-04-12 21:03:15 +0100
committerCarl Hetherington <cth@carlh.net>2015-04-12 21:03:15 +0100
commit900e0457fc9f647ff6947ebbef9755ed21118804 (patch)
tree1e50d8457f34a107c3824d60f858afcc6030f154 /wscript
parent3a386a1ba47208839088ea72dace92fadf9b43a2 (diff)
parentd5957ad061876b7c5b30642c45c56f134d8a7dfa (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 efcf4ff7..701c3be6 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.99.0devel'
+VERSION = '0.100.0devel'
def options(opt):
opt.load('compiler_cxx')