summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-08 19:00:24 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-08 19:00:24 +0100
commit532c59e443d110d3a04a25194bae8a13548ee599 (patch)
tree76eeb92813ac816e8644bd3db86c543be483dbf2
parent62f94281437fc54f4806cc65e3aecca5cd118f7c (diff)
parentdffe4cbc232e46a98aac2ee5545b73b9c5caab33 (diff)
Merge branch 'master' of /home/carl/git/libdcp
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 86e25d45..8f461a92 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.57pre'
+VERSION = '0.58pre'
def options(opt):
opt.load('compiler_cxx')