summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-07-26 21:22:01 +0100
committerCarl Hetherington <cth@carlh.net>2015-07-26 21:22:01 +0100
commitc12e126f246ecb34cd5b95a67c3093cb7a62df72 (patch)
tree012e60b107bf9cb42821997af2d1befd22e3bf87
parent01af7d4330b99fd0bbf3c195f5a6206c7a1f6050 (diff)
parent3ae58943110c590feabcd11c3d7bf6f356bee3c7 (diff)
Merge branch 'master' of ssh://main.carlh.net/home/carl/git/libdcp
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 39724c12..c5bb218c 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.101.0devel'
+VERSION = '0.102.0devel'
def options(opt):
opt.load('compiler_cxx')