diff --git a/debian/changelog b/debian/changelog index 66ca983c..b69cdea6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +byobu (2.78) unreleased; urgency=low + + * UNRELEASED + + -- Dustin Kirkland Tue, 01 Jun 2010 10:53:54 -0500 + byobu (2.77-0ubuntu1) maverick; urgency=low * debian/control: drop update-notifier-common and lsb-release from diff --git a/rpm/byobu.spec b/rpm/byobu.spec index dc0197eb..a37e26e5 100644 --- a/rpm/byobu.spec +++ b/rpm/byobu.spec @@ -1,12 +1,12 @@ Name: byobu -Version: 2.77 +Version: 2.78 Release: 1%{?dist} Summary: a light-weight, configurable window manager built upon GNU screen Group: Applications/System License: GPL URL: http://launchpad.net/byobu -Source0: http://code.launchpad.net/byobu/trunk/2.77/+download/byobu_2.77.orig.tar.gz +Source0: http://code.launchpad.net/byobu/trunk/2.78/+download/byobu_2.78.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 183502ca..a4ceb434 100755 --- a/usr/bin/byobu +++ b/usr/bin/byobu @@ -18,7 +18,7 @@ # along with this program. If not, see . PKG="byobu" -VERSION=2.77 +VERSION=2.78 # Add a version argument for debugging purposes if [ "$#" = "1" ] && [ "$1" = "-v" ]; then