From 371940d2599e367b469e0753d2322e394ac8699c Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Fri, 5 Feb 2010 09:16:55 -0800 Subject: [PATCH] opening 2.55 --- debian/changelog | 6 ++++++ rpm/byobu.spec | 4 ++-- usr/bin/byobu | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index bbaaa2e4..7df3d7d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +byobu (2.55) unreleased; urgency=low + + * UNRELEASED + + -- Dustin Kirkland Fri, 05 Feb 2010 09:16:55 -0800 + byobu (2.54-0ubuntu1) lucid; urgency=low * usr/bin/byobu-launcher: profile.d is sourced, not executed diff --git a/rpm/byobu.spec b/rpm/byobu.spec index 9e0597a3..3f72ef6a 100644 --- a/rpm/byobu.spec +++ b/rpm/byobu.spec @@ -1,12 +1,12 @@ Name: byobu -Version: 2.54 +Version: 2.55 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.54/+download/byobu_2.54.orig.tar.gz +Source0: http://code.launchpad.net/byobu/trunk/2.55/+download/byobu_2.55.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 e70ae92b..d6b02f70 100755 --- a/usr/bin/byobu +++ b/usr/bin/byobu @@ -18,7 +18,7 @@ # along with this program. If not, see . PKG="byobu" -VERSION=2.54 +VERSION=2.55 # Add a version argument for debugging purposes if [ "$#" = "1" ] && [ "$1" = "-v" ]; then