summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-07-26 21:21:54 +0100
committerCarl Hetherington <cth@carlh.net>2015-07-26 21:21:54 +0100
commit008c83f8f1355faff0839ad3b33d0c5019a0d2ee (patch)
tree1998e5563795e178337573b44a8404642ca8bcb1
parent130b5dc1d918194ceec756d2388c33665efcc169 (diff)
Bump versionv0.102.0
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index a64fe76b..43dea224 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.101.0devel'
+VERSION = '0.102.0'
def options(opt):
opt.load('compiler_cxx')