From 2af3716abb12e1ba567a17b0641126deea5a4567 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Tue, 9 Feb 2010 13:55:40 -0600 Subject: [PATCH] opening 2.58 --- 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 d5995afa..dc038bda 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +byobu (2.58) unreleased; urgency=low + + * UNRELEASED + + -- Dustin Kirkland Tue, 09 Feb 2010 13:55:40 -0600 + byobu (2.57-0ubuntu1) lucid; urgency=low * debian/postinst, usr/bin/byobu-config, usr/bin/byobu-launcher, diff --git a/rpm/byobu.spec b/rpm/byobu.spec index 71dc1d04..0d62fbc9 100644 --- a/rpm/byobu.spec +++ b/rpm/byobu.spec @@ -1,12 +1,12 @@ Name: byobu -Version: 2.57 +Version: 2.58 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.57/+download/byobu_2.57.orig.tar.gz +Source0: http://code.launchpad.net/byobu/trunk/2.58/+download/byobu_2.58.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 85adf9c1..efd5ce33 100755 --- a/usr/bin/byobu +++ b/usr/bin/byobu @@ -18,7 +18,7 @@ # along with this program. If not, see . PKG="byobu" -VERSION=2.57 +VERSION=2.58 # Add a version argument for debugging purposes if [ "$#" = "1" ] && [ "$1" = "-v" ]; then