X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=01be0481bb22e4ba0d6d46884e8d6b2ae17a0239;hb=4a9b82ba0d1efad59d3ed7d0c8b349cb4f954be9;hp=a8e4d45de2e916eb38ff0ae6beda9bd520e4de06;hpb=ecf777d1a4c640a66f543c68bd45feec80b15049;p=libdcp.git diff --git a/wscript b/wscript index a8e4d45d..01be0481 100644 --- a/wscript +++ b/wscript @@ -2,7 +2,7 @@ import subprocess import os APPNAME = 'libdcp' -VERSION = '0.55' +VERSION = '0.68pre' def options(opt): opt.load('compiler_cxx')