summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-07-26 21:22:22 +0100
committerCarl Hetherington <cth@carlh.net>2015-07-26 21:22:22 +0100
commit1765fddf7b64b235efe2de7d03448f93bb37d767 (patch)
tree1bd07bd7774cbfad506620f275ceffa0de5131e1
parentc12e126f246ecb34cd5b95a67c3093cb7a62df72 (diff)
Bump versionv0.103.0
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index c5bb218c..99691d76 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.102.0devel'
+VERSION = '0.103.0'
def options(opt):
opt.load('compiler_cxx')