Bump version v0.54
authorCarl Hetherington <cth@carlh.net>
Wed, 19 Jun 2013 15:53:09 +0000 (16:53 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 19 Jun 2013 15:53:09 +0000 (16:53 +0100)
wscript

diff --git a/wscript b/wscript
index 5b4ec52c00105331520ce8e13fa554da62c283b7..a68939bd85d6c69545477fa5a37e9b6c878d7752 100644 (file)
--- 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')