summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-06-19 16:53:09 +0100
committerCarl Hetherington <cth@carlh.net>2013-06-19 16:53:09 +0100
commitbc346667528fa4e0e76701f48f15c986ba0a999d (patch)
tree74daa52c4837da100e5afe40e0f7e9fa1eee5684
parent71c0db318e478259f038982fd979c3fd916e2b42 (diff)
Bump versionv0.54
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 5b4ec52c..a68939bd 100644
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
import os
APPNAME = 'libdcp'
-VERSION = '0.54pre'
+VERSION = '0.54'
def options(opt):
opt.load('compiler_cxx')