summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-07-28 16:04:04 +0100
committerCarl Hetherington <cth@carlh.net>2015-07-28 16:04:04 +0100
commit7639a5933c74cd4e69fbb6fe6ffcb22cae600685 (patch)
tree8aa6352e4460e20dedff6e5eec4dff2443c6894e
parent00b8631671ce483f1f0e973e18467722e3927f93 (diff)
Bump versionv0.104.0
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 406ca12a..feb7d815 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.103.0devel'
+VERSION = '0.104.0'
def options(opt):
opt.load('compiler_cxx')