From: Carl Hetherington Date: Wed, 19 Jun 2013 09:21:55 +0000 (+0100) Subject: Bump version X-Git-Tag: v2.0.48~1337^2~302^2~56^2 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=887b699eca582d2de201bc0f9cd4a3c115f5b3eb;p=dcpomatic.git Bump version --- diff --git a/ChangeLog b/ChangeLog index 526b3cade..20d55bd7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-06-19 Carl Hetherington + + * Version 0.101beta4 released. + 2013-06-19 Carl Hetherington * Version 0.101beta3 released. diff --git a/debian/changelog b/debian/changelog index 2464e88a8..c9dd6ef15 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.101beta4-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Carl Hetherington Wed, 19 Jun 2013 10:21:55 +0100 + dvdomatic (0.101beta3-1) UNRELEASED; urgency=low * New upstream release. diff --git a/wscript b/wscript index 925543578..d8fc4a537 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.101beta3' +VERSION = '0.101beta4' def options(opt): opt.load('compiler_cxx')