From: Carl Hetherington Date: Sun, 9 Dec 2012 16:34:09 +0000 (+0000) Subject: Bump version X-Git-Tag: v2.0.48~1480 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=55f910e620f95a6e51a9dcc7229a1ba022d32d42;p=dcpomatic.git Bump version --- diff --git a/ChangeLog b/ChangeLog index 9e869be62..c4b80737d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-12-09 Carl Hetherington + + * Version 0.59beta2 released. + 2012-12-09 Carl Hetherington * Build against libdcp compiled with -O2 instead diff --git a/wscript b/wscript index 6df36d7ea..bf48af773 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.59beta1' +VERSION = '0.59beta2' def options(opt): opt.load('compiler_cxx')