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