X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=839420c10581b19aef27e0e8c185e2b0464740dd;hb=4bf23937b963e071d338fc21021f8c5754cb0ca2;hp=d77cfb48d4a880be1bb41e1bb0652353ae1c9002;hpb=ff072d0ce9e67eaf5b154164b1c58e4759ca5748;p=libdcp.git diff --git a/wscript b/wscript index d77cfb48..839420c1 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import lut APPNAME = 'libdcp' -VERSION = '0.23pre' +VERSION = '0.23' def options(opt): opt.load('compiler_cxx')