From 6e6338ab3eed571e25f9d4132e1fb669677b8fa3 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Thu, 15 Apr 2010 12:12:40 -0500 Subject: [PATCH] opening 2.69 --- 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 ecb58b31..78c393d0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +byobu (2.69) unreleased; urgency=low + + * UNRELEASED + + -- Dustin Kirkland Thu, 15 Apr 2010 12:12:39 -0500 + byobu (2.68-0ubuntu1) lucid; urgency=low * usr/lib/byobu/logo: update the default Ubuntu logo to match the diff --git a/rpm/byobu.spec b/rpm/byobu.spec index e694d11c..98cfd2e9 100644 --- a/rpm/byobu.spec +++ b/rpm/byobu.spec @@ -1,12 +1,12 @@ Name: byobu -Version: 2.68 +Version: 2.69 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.68/+download/byobu_2.68.orig.tar.gz +Source0: http://code.launchpad.net/byobu/trunk/2.69/+download/byobu_2.69.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 9f8207df..eae301b7 100755 --- a/usr/bin/byobu +++ b/usr/bin/byobu @@ -18,7 +18,7 @@ # along with this program. If not, see . PKG="byobu" -VERSION=2.68 +VERSION=2.69 # Add a version argument for debugging purposes if [ "$#" = "1" ] && [ "$1" = "-v" ]; then