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

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