summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-28 23:34:04 +0100
committerCarl Hetherington <cth@carlh.net>2014-05-28 23:34:04 +0100
commitc8f2fceb2c023463ca9026a5c6a6bd9c5c99f61a (patch)
treec76ff590f33f5724d9ddaf9eedf8f521cfde5b38
parent41e8be8b6c55a6b86c6d8d6d0ad80e3ca09a8ba9 (diff)
Bump version
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 0341e61e..fd751a97 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.95.0'
+VERSION = '0.95.0devel'
def options(opt):
opt.load('compiler_cxx')