From 08af236d560c19d133ea01f58990f62630435359 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Fri, 5 Feb 2010 01:03:52 -0800 Subject: [PATCH] opening 2.53 --- 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 1ea11230..37587bb9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +byobu (2.53) unreleased; urgency=low + + * UNRELEASED + + -- Dustin Kirkland Fri, 05 Feb 2010 01:03:51 -0800 + byobu (2.52-0ubuntu1) lucid; urgency=low * debian/rules, usr/bin/byobu, usr/bin/byobu-launcher: diff --git a/rpm/byobu.spec b/rpm/byobu.spec index 4b532b93..12a6ba63 100644 --- a/rpm/byobu.spec +++ b/rpm/byobu.spec @@ -1,12 +1,12 @@ Name: byobu -Version: 2.52 +Version: 2.53 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.52/+download/byobu_2.52.orig.tar.gz +Source0: http://code.launchpad.net/byobu/trunk/2.53/+download/byobu_2.53.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 dc762a9f..91b3658c 100755 --- a/usr/bin/byobu +++ b/usr/bin/byobu @@ -18,7 +18,7 @@ # along with this program. If not, see . PKG="byobu" -VERSION=2.52 +VERSION=2.53 # Add a version argument for debugging purposes if [ "$#" = "1" ] && [ "$1" = "-v" ]; then