From 70ad47803c59ebb8ae1deb30525fe849cc7201b7 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Tue, 7 Jul 2009 01:30:05 -0500 Subject: [PATCH] opening $MAJOR.$nextminor --- byobu | 2 +- debian/changelog | 6 ++++++ rpm/byobu.spec | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/byobu b/byobu index 8da4dfd4..a7976ea7 100755 --- a/byobu +++ b/byobu @@ -18,7 +18,7 @@ # along with this program. If not, see . PKG="byobu" -VERSION=2.19 +VERSION=2.20 # Add a version argument for debugging purposes if [ "$1" = "-v" ]; then diff --git a/debian/changelog b/debian/changelog index e0032189..0f31c73a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +byobu (2.20) unreleased; urgency=low + + * UNRELEASED + + -- Dustin Kirkland Tue, 07 Jul 2009 01:30:05 -0500 + byobu (2.19-0ubuntu1) karmic; urgency=low * byobu-launcher: print 'Launching Byobu...' banner for slower terminals, diff --git a/rpm/byobu.spec b/rpm/byobu.spec index e1e39eb6..81f85656 100644 --- a/rpm/byobu.spec +++ b/rpm/byobu.spec @@ -1,12 +1,12 @@ Name: byobu -Version: 2.19 +Version: 2.20 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.19/+download/byobu_2.19.orig.tar.gz +Source0: http://code.launchpad.net/byobu/trunk/2.20/+download/byobu_2.20.orig.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch