summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-08 13:34:38 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-08 13:34:38 +0100
commit134b58c3072bf7cf8128a2ed871a7dd80e1ae1ef (patch)
treeef26331ec4cc12737b1eb8330d111a3d52320682
parent582b987c4dad6eb1d2f982d45eb34a4b96f48ab5 (diff)
Bump versionv0.56
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 268688f7..bcedf332 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.56pre'
+VERSION = '0.56'
def options(opt):
opt.load('compiler_cxx')