Bump version v0.45
authorCarl Hetherington <cth@carlh.net>
Thu, 18 Apr 2013 22:23:11 +0000 (23:23 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 18 Apr 2013 22:23:11 +0000 (23:23 +0100)
wscript

diff --git a/wscript b/wscript
index dfb06278d0b91b266d59b13ed8ea8083aa458180..9ed59bd67b41e99b2ddce259b1b59169c1b45f56 100644 (file)
--- a/wscript
+++ b/wscript
@@ -2,7 +2,7 @@ import subprocess
 import os
 
 APPNAME = 'libdcp'
-VERSION = '0.45beta1'
+VERSION = '0.45'
 
 def options(opt):
     opt.load('compiler_cxx')