X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=4f7291dbbb6175602f6e6147664a6511cfaa6e65;hb=a5901718e3a0ee692d745fd3a6d8f5a49d422a26;hp=2513e82293af545302d9f3c67e1d6a9d245af76f;hpb=9eff7f7867f418647516c254eb244ba97e516e22;p=libdcp.git diff --git a/wscript b/wscript index 2513e822..4f7291db 100644 --- a/wscript +++ b/wscript @@ -2,7 +2,7 @@ import subprocess import os APPNAME = 'libdcp' -VERSION = '0.67pre' +VERSION = '0.75pre' def options(opt): opt.load('compiler_cxx')