diff --git a/debian/changelog b/debian/changelog index a9ffd177..f539a65b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +byobu (2.54) unreleased; urgency=low + + * UNRELEASED + + -- Dustin Kirkland Fri, 05 Feb 2010 01:17:41 -0800 + byobu (2.53-0ubuntu1) lucid; urgency=low * debian/control: suggest po-debconf diff --git a/rpm/byobu.spec b/rpm/byobu.spec index 12a6ba63..9e0597a3 100644 --- a/rpm/byobu.spec +++ b/rpm/byobu.spec @@ -1,12 +1,12 @@ Name: byobu -Version: 2.53 +Version: 2.54 Release: 1%{?dist} Summary: a set of useful profiles and a profile-switcher for GNU screen Group: Applications/System License: GPL URL: http://launchpad.net/byobu -Source0: http://code.launchpad.net/byobu/trunk/2.53/+download/byobu_2.53.orig.tar.gz +Source0: http://code.launchpad.net/byobu/trunk/2.54/+download/byobu_2.54.orig.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch diff --git a/usr/bin/byobu b/usr/bin/byobu index 91b3658c..e70ae92b 100755 --- a/usr/bin/byobu +++ b/usr/bin/byobu @@ -18,7 +18,7 @@ # along with this program. If not, see . PKG="byobu" -VERSION=2.53 +VERSION=2.54 # Add a version argument for debugging purposes if [ "$#" = "1" ] && [ "$1" = "-v" ]; then