From: Carl Hetherington Date: Sat, 12 Jan 2013 21:10:05 +0000 (+0000) Subject: Bump version X-Git-Tag: v2.0.48~1348^2~9 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=edbf0a24cfda59e5358a1070a40673c28d82d8ae;p=dcpomatic.git Bump version --- diff --git a/ChangeLog b/ChangeLog index b2d8be18e..224ec9536 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-01-12 Carl Hetherington + + * Version 0.71beta1 released. + 2013-01-12 Carl Hetherington * Untested support for splitting DCPs diff --git a/debian/changelog b/debian/changelog index ec1e3c774..72f08dd54 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ -dvdomatic (0.70-1) UNRELEASED; urgency=low +dvdomatic (0.71beta1-1) UNRELEASED; urgency=low * New upstream release. + * New upstream release. - -- Carl Hetherington Mon, 07 Jan 2013 23:57:26 +0000 + -- Carl Hetherington Sat, 12 Jan 2013 21:09:53 +0000 dvdomatic (0.70beta3-1) UNRELEASED; urgency=low diff --git a/wscript b/wscript index bcd2ed693..3fbd3e4e8 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.71pre' +VERSION = '0.71beta1' def options(opt): opt.load('compiler_cxx')