Bump version v0.55
authorCarl Hetherington <cth@carlh.net>
Mon, 8 Jul 2013 11:23:37 +0000 (12:23 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 8 Jul 2013 11:23:37 +0000 (12:23 +0100)
wscript

diff --git a/wscript b/wscript
index 80044104ee7b8b38532ce25e86f9ec640f74ea73..a8e4d45de2e916eb38ff0ae6beda9bd520e4de06 100644 (file)
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
 import os
 
 APPNAME = 'libdcp'
-VERSION = '0.55pre'
+VERSION = '0.55'
 
 def options(opt):
     opt.load('compiler_cxx')