From: Carl Hetherington Date: Tue, 20 Jan 2015 09:29:06 +0000 (+0000) Subject: Bump version X-Git-Tag: v0.99.0^0 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=cbc9936d91f59530beef38cb1a9a561ef8b794f0;p=libdcp.git Bump version --- diff --git a/wscript b/wscript index 9ce74e06..52e77ed3 100644 --- a/wscript +++ b/wscript @@ -2,7 +2,7 @@ import subprocess import os APPNAME = 'libdcp' -VERSION = '0.98.0devel' +VERSION = '0.99.0' def options(opt): opt.load('compiler_cxx')