summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-05-15 09:29:13 +0100
committerCarl Hetherington <cth@carlh.net>2015-05-15 09:29:13 +0100
commit1c1e46cd8b8b56ec9dd1c1e72b64e6150c27ef80 (patch)
treea089c1b4f6fdd7688cdd6b41258beae0e75d38fd
parent38082ea02aeb714eb17923f905bf5c9e461bb357 (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 4c9fc905..a64fe76b 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.101.0'
+VERSION = '0.101.0devel'
def options(opt):
opt.load('compiler_cxx')