From: Carl Hetherington Date: Mon, 24 Sep 2012 00:59:18 +0000 (+0100) Subject: Bump version X-Git-Tag: v2.0.48~1720^2~19 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=df97dab0c400a05afb234fcf6eecfcdd8fb455a5;p=dcpomatic.git Bump version --- diff --git a/ChangeLog b/ChangeLog index 87551e988..70c097f16 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-09-24 Carl Hetherington + + * Version 0.52 released. + 2012-09-23 Carl Hetherington * Fix alignment of frames per second count. diff --git a/wscript b/wscript index 78909390b..9bf6e3e19 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.52pre' +VERSION = '0.52' def options(opt): opt.load('compiler_cxx')