summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-08 16:28:11 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-08 16:28:11 +0100
commitf414659abfc068f0062cc098ff5ab5bf46d113cb (patch)
tree260825684b5859011532124744c7ae18a12a2144
parent321d1b056040a472aba7ac43dc4938087124ec2e (diff)
Bump versionv0.57
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 86e25d45..8928558e 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.57pre'
+VERSION = '0.57'
def options(opt):
opt.load('compiler_cxx')