From 861465ce07cbb72b0c34f8ee1048ba5ed4685ab8 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 28 Jun 2013 22:01:06 +0100 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 cd8d05e8b..0a14ccd3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-06-28 Carl Hetherington + + * Version 0.105 released. + 2013-06-28 Carl Hetherington * Work around GTK bugs related to the directory diff --git a/debian/changelog b/debian/changelog index d12d73316..7ccc2bf84 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.105-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Carl Hetherington Fri, 28 Jun 2013 22:01:06 +0100 + dvdomatic (0.104-1) UNRELEASED; urgency=low * New upstream release. diff --git a/wscript b/wscript index db4d93e4d..958223576 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.105pre' +VERSION = '0.105' def options(opt): opt.load('compiler_cxx') -- 2.30.2