From b10f5d0458fbf276c4870e0b83be8ce622a75f4c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 16 Feb 2013 21:19:35 +0000 Subject: [PATCH] Bump version --- ChangeLog | 4 ++++ debian/changelog | 6 ++++++ wscript | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bec619ded..13a29da98 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-02-16 Carl Hetherington + + * Version 0.73beta1 released. + 2013-02-15 Carl Hetherington * Fix non-recognition of BMP for still images (#55), diff --git a/debian/changelog b/debian/changelog index 9ee5288ba..0c3e4ea8e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.73beta1-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Carl Hetherington Sat, 16 Feb 2013 21:19:24 +0000 + dvdomatic (0.72-1) UNRELEASED; urgency=low * New upstream release. diff --git a/wscript b/wscript index 06c193c4f..473388d37 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.73pre' +VERSION = '0.73beta1' def options(opt): opt.load('compiler_cxx') -- 2.30.2